diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2016-12-12 13:04:13 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-12-13 16:12:40 +0100 |
commit | 1a81fcfbd8261862c9614f0ea317af02ae20b24a (patch) | |
tree | 0305f26c3d02ab68c2ebc3ef4e9b2711213586b0 /changelogs | |
parent | db9e1635d0d17596193ecbee8e0acc1916918d1d (diff) | |
download | gitlab-ce-1a81fcfbd8261862c9614f0ea317af02ae20b24a.tar.gz |
API: Ability to cherry-pick a commit
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/api-cherry-pick.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/api-cherry-pick.yml b/changelogs/unreleased/api-cherry-pick.yml new file mode 100644 index 00000000000..5f4cee450b9 --- /dev/null +++ b/changelogs/unreleased/api-cherry-pick.yml @@ -0,0 +1,4 @@ +--- +title: 'API: Ability to cherry pick a commit' +merge_request: 8047 +author: Robert Schilling |