diff options
author | Rémy Coutable <remy@rymai.me> | 2016-12-13 19:23:34 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-12-13 19:23:34 +0000 |
commit | 632450a4bd95c7f67f9968e57b317dc4b4704f5f (patch) | |
tree | 61a98e9a4f405965b1c1c912da7f77da4dae42aa /changelogs | |
parent | 75f9c98930d7eceb1458898c2e0633fe0768096f (diff) | |
parent | 51cfd554aff461a4e8649459a53562e990321b3a (diff) | |
download | gitlab-ce-632450a4bd95c7f67f9968e57b317dc4b4704f5f.tar.gz |
Merge branch 'api-cherry-pick' into 'master'
Adds the ability to cherry pick a commit via the API. Right now it only supports to directly cherry pick a commit and not starting a MR from it. Shall we do that also for the API?
Closes #25450
See merge request !8047
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 |