summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2019-07-16 09:16:41 +0200
committerChristian Couder <chriscool@tuxfamily.org>2019-07-24 11:04:49 +0200
commit7cf4bf848f9d3018af2c87d7c88b26b7610db995 (patch)
tree064700fc164515f518ca6c03b73b229cfcbcc4da /doc/install
parentb2e4a7957ab7ae8e4ed5ae1fd4c0f3f826f26777 (diff)
downloadgitlab-ce-7cf4bf848f9d3018af2c87d7c88b26b7610db995.tar.gz
Support title and desc on merge w/ push optionlabel-descr-push-opts
MergeRequests::PushOptionsHandlerService has been updated to allow creating and updating merge requests with the `title` and `description` set using git push options. To create a new merge request and set its title and description: git push -u origin -o merge_request.create \ -o merge_request.title="My title" \ -o merge_request.description="My description" To update an existing merge request and set its title and description: git push -u origin -o merge_request.title="My title" \ -o merge_request.description="My description" Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64320
Diffstat (limited to 'doc/install')
0 files changed, 0 insertions, 0 deletions