diff options
author | Rémy Coutable <remy@rymai.me> | 2017-08-08 15:16:54 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-08-08 15:16:54 +0000 |
commit | 143b5293b0e7f6fb4df64f5bc0b600d72aa6bbb1 (patch) | |
tree | 671c577e81471640d84d0d5dc1979ec3667c1e5f /changelogs | |
parent | 6a6a1e5b9e0a82735f786ffedeacc7cbc33ed7cd (diff) | |
parent | 98535fc12cc381d562d916c4947a763511a828a7 (diff) | |
download | gitlab-ce-143b5293b0e7f6fb4df64f5bc0b600d72aa6bbb1.tar.gz |
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.yml | 4 |
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 |