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:
authorFabio Papa <fabtheman@gmail.com>2019-06-13 13:46:47 +0300
committerDouwe Maan <douwe@gitlab.com>2019-06-13 13:46:47 +0300
commit352b43e0af67377b8e75b4a082418e32b13ee5f6 (patch)
tree424cb0499d657602dd77aef0bdaad63d77ca41dc /changelogs
parent4eb63d82d923bf884a1758536b2b8930bb9896b0 (diff)
Modify the branch hooks spec to expect processing of commit messages
Commit messages are not processed for references to issues when creating the default branch on push. This was expected behavior (probably to avoid performance problems when first pushing a repository with thousands of commits). However, this is not an issue because we always limit the number of commits to process to 100 regardless of whether we are creating the default branch or not.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/patch-issue--56683.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/patch-issue--56683.yml b/changelogs/unreleased/patch-issue--56683.yml
new file mode 100644
index 00000000000..9b82c6c1459
--- /dev/null
+++ b/changelogs/unreleased/patch-issue--56683.yml
@@ -0,0 +1,6 @@
+---
+title: Process up to 100 commit messages for references when pushing to a new default
+ branch
+merge_request: 29511
+author: Fabio Papa
+type: fixed