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:
authorRémy Coutable <remy@rymai.me>2017-08-08 18:16:54 +0300
committerRémy Coutable <remy@rymai.me>2017-08-08 18:16:54 +0300
commit143b5293b0e7f6fb4df64f5bc0b600d72aa6bbb1 (patch)
tree671c577e81471640d84d0d5dc1979ec3667c1e5f /changelogs
parent6a6a1e5b9e0a82735f786ffedeacc7cbc33ed7cd (diff)
parent98535fc12cc381d562d916c4947a763511a828a7 (diff)
Merge branch '36010-api-v4-allows-setting-a-branch-that-doesn-t-exist-as-the-default-one' into 'master'
Resolve "API v4 allows setting a branch that doesn't exist as the default one" Closes #36010 See merge request !13359
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/36010-api-v4-allows-setting-a-branch-that-doesn-t-exist-as-the-default-one.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/36010-api-v4-allows-setting-a-branch-that-doesn-t-exist-as-the-default-one.yml b/changelogs/unreleased/36010-api-v4-allows-setting-a-branch-that-doesn-t-exist-as-the-default-one.yml
new file mode 100644
index 00000000000..04791e09b84
--- /dev/null
+++ b/changelogs/unreleased/36010-api-v4-allows-setting-a-branch-that-doesn-t-exist-as-the-default-one.yml
@@ -0,0 +1,4 @@
+---
+title: Add checks for branch existence before changing HEAD
+merge_request: 13359
+author: Vitaliy @blackst0ne Klachkov