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:
authorblackst0ne <blackst0ne.ru@gmail.com>2017-09-05 02:55:12 +0300
committerVitaliy @blackst0ne Klachkov <blackst0ne.ru@gmail.com>2017-09-05 12:54:12 +0300
commit02aa269e34b7c05a52e5226fc02d91ffbbb6010f (patch)
treeb03816d8e9b04680d10061a9949bc358b81657d7 /changelogs
parent89efaf2aa2d65ae41ce5502059d40fa068be945f (diff)
Add branch existence check to the APIv4 branches via HEAD request
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/api_branches_head.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/api_branches_head.yml b/changelogs/unreleased/api_branches_head.yml
new file mode 100644
index 00000000000..68d8d3d5168
--- /dev/null
+++ b/changelogs/unreleased/api_branches_head.yml
@@ -0,0 +1,5 @@
+---
+title: Add branch existence check to the APIv4 branches via HEAD request
+merge_request: 13979
+author: Vitaliy @blackst0ne Klachkov
+type: added