summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-08-14 06:05:56 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-14 06:05:56 +0000
commit4c4bd2c4ee69fa7a0d89aee7749589179c1ef600 (patch)
tree16d8b9858d4e997b0cc42ea31e92621f5b677f84
parent3da03c79eae3b5c7a053919de36d24905c071d9f (diff)
parent7605583cf62de682f7d80e8331966933bb3d6c29 (diff)
downloadgitlab-ce-4c4bd2c4ee69fa7a0d89aee7749589179c1ef600.tar.gz
Merge branch 'doc-fix-push-options-capabilities' into 'master'
Documentation: fix push options capabilities See merge request gitlab-org/gitlab-ce!31792
-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