summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2019-07-14 20:19:13 +0200
committerChristian Couder <chriscool@tuxfamily.org>2019-07-17 13:32:41 +0200
commit8256d4075db4ee2d00897f21d34b78f092571f2c (patch)
tree0b409629901c06dd4e96f7cbf960d8fb0c1a1500 /changelogs
parent4f95a8d7f6612e8df138bd831db7f689a01ef9ca (diff)
downloadgitlab-ce-8256d4075db4ee2d00897f21d34b78f092571f2c.tar.gz
Support rm src branch on merge w/ push option
MergeRequests::PushOptionsHandlerService has been updated to allow creating and updating merge requests with the `remove_source_branch` set using git push options. To create a new merge request and set it to remove the source branch when it is merged: git push -u origin -o merge_request.create \ -o merge_request.remove_source_branch To update an existing merge request and set it to remove the source branch when it is merged: git push -u origin -o merge_request.remove_source_branch Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64320
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/rm-src-branch.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/rm-src-branch.yml b/changelogs/unreleased/rm-src-branch.yml
new file mode 100644
index 00000000000..03b91d0c7db
--- /dev/null
+++ b/changelogs/unreleased/rm-src-branch.yml
@@ -0,0 +1,5 @@
+---
+title: Support remove source branch on merge w/ push options
+merge_request: 30728
+author:
+type: added