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:
authorRémy Coutable <remy@rymai.me>2016-12-13 22:23:34 +0300
committerRémy Coutable <remy@rymai.me>2016-12-13 22:23:34 +0300
commit632450a4bd95c7f67f9968e57b317dc4b4704f5f (patch)
tree61a98e9a4f405965b1c1c912da7f77da4dae42aa /changelogs
parent75f9c98930d7eceb1458898c2e0633fe0768096f (diff)
parent51cfd554aff461a4e8649459a53562e990321b3a (diff)
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.yml4
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