diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-03-29 23:52:05 +0300 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-03-30 22:31:07 +0300 |
commit | 64cd7ebf39ea7ca0ebded0547ed6a3b1996d3a21 (patch) | |
tree | 76f551d289b39c45d4ec97af1df7be2f5d7a0752 /config | |
parent | fe7992a5249b84376aced47696ee1306f3d9799b (diff) | |
download | gitlab-ce-64cd7ebf39ea7ca0ebded0547ed6a3b1996d3a21.tar.gz |
Update documentation on issue closing pattern.
Diffstat (limited to 'config')
-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 3f1ca34a667..1a700e1d724 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -67,7 +67,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]los(?:e[sd]|ing)|[Ff]ix(?:e[sd]|ing)?) +(?:(?:issues? +)?#\d+(?:(?:, *| +and +)?))+)' + # issue_closing_pattern: '((?:[Cc]los(?:e[sd]?|ing)|[Ff]ix(?:e[sd]|ing)?) +(?:(?:issues? +)?#\d+(?:(?:, *| +and +)?))+)' ## Default project features settings default_projects_features: |