Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAsh Wilson <smashwilson@gmail.com>2013-09-15 23:46:06 +0400
committerAsh Wilson <smashwilson@gmail.com>2013-09-15 23:46:32 +0400
commit8bbb5628c41dce8f68ed9cf187b681eb06c51c53 (patch)
treed02174e292b3422fcf9f317f938b3db62c785354 /config
parente0e88cddd805a1aa5f467dcea826c24a64187df0 (diff)
Don't quote the default issue closing regex.
It turns out that regex escapes and YAML quoted-scalar escapes don't play nicely together.
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 99a23db0f1e..0434601cb49 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -49,7 +49,7 @@ production: &base
## Automatic issue closing
# If a commit message matches this regular express, all issues referenced from the matched text will be closed
# if it's pushed to a project's default branch.
- # issue_closing_pattern: "^([Cc]loses|[Ff]ixes) +#\d+"
+ # issue_closing_pattern: ^([Cc]loses|[Ff]ixes) +#\d+
## Default project features settings
default_projects_features: