diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-03-30 23:55:12 +0300 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-03-30 23:55:12 +0300 |
commit | 7a02b5c20cdada26ceb256fd83c9df8c9bc32298 (patch) | |
tree | fc260ea975f3dcbd192b7164e87f4c479c8631ec /config | |
parent | 64cd7ebf39ea7ca0ebded0547ed6a3b1996d3a21 (diff) | |
download | gitlab-ce-7a02b5c20cdada26ceb256fd83c9df8c9bc32298.tar.gz |
Missing dot.
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 1a700e1d724..760a589d6e2 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -66,7 +66,7 @@ production: &base # If a commit message matches this regular expression, all issues referenced from the matched text will be closed. # 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 + # 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 +)?))+)' ## Default project features settings |