summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-02-14 09:58:31 +0000
committerDouwe Maan <douwe@gitlab.com>2018-02-14 09:58:31 +0000
commit7da1a3d7a30976090d437d7a0fcefe7ac2548ab3 (patch)
tree4c818fadad756e0811b1a5b02e1d1cfadd3e4fb1 /changelogs
parentc203c622c5134ea53e7bf9624c9c99b2386869e5 (diff)
parenta724f7e35f9f8ed9692b0f3f4d6c8a62632cdec4 (diff)
downloadgitlab-ce-7da1a3d7a30976090d437d7a0fcefe7ac2548ab3.tar.gz
Merge branch 'api-refs-for-commit' into 'master'
API: Get refs for a particular commit Closes #18014 See merge request gitlab-org/gitlab-ce!15026
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/api-refs-for-commit.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/api-refs-for-commit.yml b/changelogs/unreleased/api-refs-for-commit.yml
new file mode 100644
index 00000000000..df8a2b0eccc
--- /dev/null
+++ b/changelogs/unreleased/api-refs-for-commit.yml
@@ -0,0 +1,5 @@
+---
+title: 'API: Get references a commit is pushed to'
+merge_request: 15026
+author: Robert Schilling
+type: added