summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2015-04-29 16:45:18 +0000
committerSytse Sijbrandij <sytse@gitlab.com>2015-04-29 16:45:18 +0000
commitf75eeff5a134ab95696a5e42399d48521ae9dd24 (patch)
tree91c7c87e583856fe72e2a800d7f529050d76ffb4
parent8d3eaf5fa12b4ce8af5f9c335c31844bd079276b (diff)
parenta8956e8850b9bc691a1f6875b821159e4722c2b9 (diff)
downloadgitlab-ce-f75eeff5a134ab95696a5e42399d48521ae9dd24.tar.gz
Merge branch 'Add_phrase_close_multiple_issues' into 'master'
Add phrase "Here's how to close multiple issues in one commit message" Added phrase "Here's how to close multiple issues in one commit message" so that doc is easier to find by users. cc/ @sytse See merge request !1801
-rw-r--r--doc/customization/issue_closing.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/customization/issue_closing.md b/doc/customization/issue_closing.md
index aa65a082a53..64f128f5a63 100644
--- a/doc/customization/issue_closing.md
+++ b/doc/customization/issue_closing.md
@@ -1,5 +1,7 @@
# Issue closing pattern
+Here's how to close multiple issues in one commit message:
+
If a commit message matches the regular expression below, 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.
@@ -33,4 +35,4 @@ issue_closing_pattern: '((?:[Cc]los(?:e[sd]|ing)|[Ff]ix(?:e[sd]|ing)?) +(?:(?:is
For manual installs you can customize the pattern in [gitlab.yml][0].
[0]: https://gitlab.com/gitlab-org/gitlab-ce/blob/40c3675372320febf5264061c9bcd63db2dfd13c/config/gitlab.yml.example#L65
-[1]: http://rubular.com/r/Xmbexed1OJ
+[1]: http://rubular.com/r/Xmbexed1OJ \ No newline at end of file