Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2019-08-14 09:05:55 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-14 09:05:55 +0300
commit7605583cf62de682f7d80e8331966933bb3d6c29 (patch)
tree16d8b9858d4e997b0cc42ea31e92621f5b677f84
parent3da03c79eae3b5c7a053919de36d24905c071d9f (diff)
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.
-rw-r--r--doc/user/project/merge_requests/index.md2
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