diff options
author | Sytse Sijbrandij <sytse@dosire.com> | 2013-10-01 11:43:53 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytse@dosire.com> | 2013-10-01 11:43:53 +0200 |
commit | d66025f7683c66d2e9b80452bf2a46b54730b7fd (patch) | |
tree | d310a0a3e4348b0a43450c3c2bc4eb439735193d /config | |
parent | 5c2c5db7b7a87f42d7a08f86f23de539915a5704 (diff) | |
download | gitlab-ce-d66025f7683c66d2e9b80452bf2a46b54730b7fd.tar.gz |
Also update example.
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 0b1560ac587..69eb4ca642d 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -56,9 +56,10 @@ production: &base # signup_enabled: true ## Automatic issue closing - # If a commit message matches this regular express, all issues referenced from the matched text will be closed - # if it's pushed to a project's default branch. - # issue_closing_pattern: ^([Cc]loses|[Ff]ixes) +#\d+ + # If a commit message matches this regular express, all issues referenced from the matched text will be closed. + # This happends 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. + # issue_closing_pattern: ([Cc]loses|[Ff]ixes) +#\d+ ## Default project features settings default_projects_features: |