diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-15 06:35:41 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-15 06:35:41 +0000 |
commit | b9f71bb1d752e78530bc948ae764c2864b16a099 (patch) | |
tree | 545c4f2dbfa52add83c2e6d3ff81c1988b513c0a | |
parent | 0e6b9c0041f7529dd2f54a580243fc224acc3769 (diff) | |
parent | 6ff0353f29c01e419ef578b6bf4384a86a1ffbcf (diff) | |
download | gitlab-ce-b9f71bb1d752e78530bc948ae764c2864b16a099.tar.gz |
Merge branch 'docs-push-options-since' into 'master'
Documentation: tell when push options were introduced
See merge request gitlab-org/gitlab-ce!31836
-rw-r--r-- | doc/user/project/merge_requests/index.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md index 7637e30dfb4..4c8bd230b3f 100644 --- a/doc/user/project/merge_requests/index.md +++ b/doc/user/project/merge_requests/index.md @@ -334,6 +334,8 @@ git push -o merge_request.create -o merge_request.merge_when_pipeline_succeeds ### Set removing the source branch using git push options +> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/64320) in GitLab 12.2. + To set an existing merge request to remove the source branch when the merge request is merged, the `merge_request.remove_source_branch` push option can be used: @@ -347,6 +349,8 @@ You can also use this push option in addition to the ### Set merge request title using git push options +> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/64320) in GitLab 12.2. + To set the title of an existing merge request, use the `merge_request.title` push option: @@ -359,6 +363,8 @@ You can also use this push option in addition to the ### Set merge request description using git push options +> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/64320) in GitLab 12.2. + To set the description of an existing merge request, use the `merge_request.description` push option: |