Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@dosire.com>2013-10-01 13:43:53 +0400
committerSytse Sijbrandij <sytse@dosire.com>2013-10-01 13:43:53 +0400
commitd66025f7683c66d2e9b80452bf2a46b54730b7fd (patch)
treed310a0a3e4348b0a43450c3c2bc4eb439735193d
parent5c2c5db7b7a87f42d7a08f86f23de539915a5704 (diff)
Also update example.
-rw-r--r--config/gitlab.yml.example7
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: