summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-07-25 18:26:04 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-07-25 18:26:04 +0200
commite03ab14f782bc03c54c9f3feb94e5dc011b436cd (patch)
tree70b078c20dc9c0d9ba6465b9f5021ef1a4934e9a /config
parentbb80741c246f8c5050312ec4a770625c8e9d38ed (diff)
downloadgitlab-ce-e03ab14f782bc03c54c9f3feb94e5dc011b436cd.tar.gz
Add a tip on how to test regular expressions
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example1
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