diff options
author | jubianchi <contact@jubianchi.fr> | 2014-09-17 19:08:35 +0200 |
---|---|---|
committer | jubianchi <contact@jubianchi.fr> | 2015-01-20 10:45:48 +0100 |
commit | b21a2d821a4e16aba1609dfa1e01ba455e8ccd8f (patch) | |
tree | bc17b71af51eebc70df294422bc7acebf5e30506 /config/gitlab.yml.example | |
parent | 0af2a161fa55a4abd7f8248b25a7361b209ecc4a (diff) | |
download | gitlab-ce-b21a2d821a4e16aba1609dfa1e01ba455e8ccd8f.tar.gz |
Allow commit messages to close several issues at once (thanks @123Haynes
for his work and help)
Diffstat (limited to 'config/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 92f601282e0..8d97965935e 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -77,7 +77,7 @@ production: &base # This happens when the commit is pushed or merged into the default branch of a project. # When not specified the default issue_closing_pattern as specified below will be used. # Tip: you can test your closing pattern at http://rubular.com - # issue_closing_pattern: '([Cc]lose[sd]|[Ff]ixe[sd]) #(\d+)' + # issue_closing_pattern: '((?:[Cc]los(?:e[sd]|ing)|[Ff]ix(?:e[sd]|ing)?) +(?:(?:issues? +)?#\d+(?:(?:, *| +and +)?))+)' ## Default project features settings default_projects_features: |