From: Ash Wilson Date: Sun, 15 Sep 2013 19:46:06 +0000 (-0400) Subject: Don't quote the default issue closing regex. X-Git-Tag: v6.2.0~166^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8bbb5628c41dce8f68ed9cf187b681eb06c51c53;p=wvm%2Fgitlab.git Don't quote the default issue closing regex. It turns out that regex escapes and YAML quoted-scalar escapes don't play nicely together. --- diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 99a23db0f..0434601cb 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: