From 7605583cf62de682f7d80e8331966933bb3d6c29 Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Wed, 14 Aug 2019 06:05:55 +0000 Subject: 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. --- doc/user/project/merge_requests/index.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1