diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2014-07-27 16:06:42 +0000 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2014-07-27 16:06:42 +0000 |
commit | 3c420ae17b3fef80b4d38d23945df87d689565e2 (patch) | |
tree | a6dfa43fe420e771b02124d05746d85eec011c1c /config | |
parent | 7da74468b3d52fe5b28600847f766bd4e8d6bbae (diff) | |
parent | e03ab14f782bc03c54c9f3feb94e5dc011b436cd (diff) | |
download | gitlab-ce-3c420ae17b3fef80b4d38d23945df87d689565e2.tar.gz |
Merge branch 'test_regex_with_rubular' into 'master'
Add a tip on how to test regular expressions
See merge request !994
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 250a4908c58..dff709b66b8 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -67,6 +67,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 # issue_closing_pattern: '([Cc]lose[sd]|[Ff]ixe[sd]) #(\d+)' ## Default project features settings |