summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-10-17 16:39:19 +0000
committerRémy Coutable <remy@rymai.me>2017-10-17 16:39:19 +0000
commit75fb4af6d055bdddfd2cb1db7b47f709c8a041e7 (patch)
treed779ad1bfbc352c41ad86bdccdcfdc226aeeed22
parentc23c09366db610c1994fa592961ae838001ed5b0 (diff)
parent233841f3c462c553eaeb34c10dfceb28ba516f81 (diff)
downloadgitlab-ce-75fb4af6d055bdddfd2cb1db7b47f709c8a041e7.tar.gz
Merge branch '20930-very-first-commit-to-default-branch-didn-t-close-referenced-issue' into 'master'
Fix #20930: automatic closing is not triggered on very first push. Closes #20930 See merge request gitlab-org/gitlab-ce!11899
-rw-r--r--doc/user/project/issues/automatic_issue_closing.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/user/project/issues/automatic_issue_closing.md b/doc/user/project/issues/automatic_issue_closing.md
index 10dede255ec..402a2a3c727 100644
--- a/doc/user/project/issues/automatic_issue_closing.md
+++ b/doc/user/project/issues/automatic_issue_closing.md
@@ -1,8 +1,10 @@
# Automatic issue closing
->**Note:**
-This is the user docs. In order to change the default issue closing pattern,
-follow the steps in the [administration docs].
+>**Notes:**
+> - This is the user docs. In order to change the default issue closing pattern,
+> follow the steps in the [administration docs].
+> - For performance reasons, automatic issue closing is disabled for the very
+> first push from an existing repository.
When a commit or merge request resolves one or more issues, it is possible to
automatically have these issues closed when the commit or merge request lands