8256d4075d
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
5 lines
106 B
YAML
5 lines
106 B
YAML
---
|
|
title: Support remove source branch on merge w/ push options
|
|
merge_request: 30728
|
|
author:
|
|
type: added
|