diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2019-08-14 06:05:55 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-14 06:05:55 +0000 |
commit | 7605583cf62de682f7d80e8331966933bb3d6c29 (patch) | |
tree | 16d8b9858d4e997b0cc42ea31e92621f5b677f84 /doc | |
parent | 3da03c79eae3b5c7a053919de36d24905c071d9f (diff) | |
download | gitlab-ce-7605583cf62de682f7d80e8331966933bb3d6c29.tar.gz |
Documentation: fix push options capabilities
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31068 forgot to
add a short description of the new push options that it added.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/merge_requests/index.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md index 7ff30d1b813..7637e30dfb4 100644 --- a/doc/user/project/merge_requests/index.md +++ b/doc/user/project/merge_requests/index.md @@ -287,6 +287,8 @@ as pushing changes: - Set the target of the merge request to a particular branch. - Set the merge request to merge when its pipeline succeeds. - Set the merge request to remove the source branch when it's merged. +- Set the title of the merge request to a particular title. +- Set the description of the merge request to a particular description. ### Create a new merge request using git push options |