From d66025f7683c66d2e9b80452bf2a46b54730b7fd Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Tue, 1 Oct 2013 11:43:53 +0200 Subject: [PATCH] Also update example. --- config/gitlab.yml.example | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 0b1560a..69eb4ca 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: -- libgit2 0.21.2