From 8bbb5628c41dce8f68ed9cf187b681eb06c51c53 Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Sun, 15 Sep 2013 15:46:06 -0400 Subject: [PATCH] Don't quote the default issue closing regex. --- config/gitlab.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 99a23db..0434601 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -49,7 +49,7 @@ production: &base ## 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+" + # issue_closing_pattern: ^([Cc]loses|[Ff]ixes) +#\d+ ## Default project features settings default_projects_features: -- libgit2 0.21.2