diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-15 22:59:11 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-15 22:59:11 -0700 |
commit | 2d31a9f345fd84fc65cac9b429a907e96b4e18b7 (patch) | |
tree | d02174e292b3422fcf9f317f938b3db62c785354 | |
parent | e0e88cddd805a1aa5f467dcea826c24a64187df0 (diff) | |
parent | 8bbb5628c41dce8f68ed9cf187b681eb06c51c53 (diff) | |
download | gitlab-ce-2d31a9f345fd84fc65cac9b429a907e96b4e18b7.tar.gz |
Merge pull request #5093 from smashwilson/example-config-fix
Fix issue_closing_regex in gitlab.yml.example
-rw-r--r-- | config/gitlab.yml.example | 2 |
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: |