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:
authorAndrew Newdigate <andrew@gitlab.com>2017-10-10 17:56:04 +0300
committerRémy Coutable <remy@rymai.me>2017-10-10 17:56:04 +0300
commit47d19c2de1df14bb3ab00d051be8e4f19f4ed7c4 (patch)
treea937896d47c846185e397528bdd6fa3e64ae78b9 /changelogs
parent900dd7fa93ee9de3de767aa4bf5baca7e9f83348 (diff)
Stop using `branch_names.include?` and use `branch_exists?`
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/an-use-branch-exists-over-branch-names-include.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/an-use-branch-exists-over-branch-names-include.yml b/changelogs/unreleased/an-use-branch-exists-over-branch-names-include.yml
new file mode 100644
index 00000000000..19d950b48d6
--- /dev/null
+++ b/changelogs/unreleased/an-use-branch-exists-over-branch-names-include.yml
@@ -0,0 +1,5 @@
+---
+title: Avoid fetching all branches for branch existence checks
+merge_request: 14778
+author:
+type: changed