summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-12-12 12:51:35 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-12-12 12:51:35 +0000
commit52d9ee6299a55fc3362a47207e3d62fba1dfbdd1 (patch)
tree7c2c52d1e337b332e7e74d6f056601cf087aa7e4 /doc/user
parent2750d7e6606e91f608b9e379980e24f3a632cc5a (diff)
parentb39b5524f28f550420b9833f5dbc4a0c300a0dfb (diff)
downloadgitlab-ce-52d9ee6299a55fc3362a47207e3d62fba1dfbdd1.tar.gz
Merge branch 'jprovazn-description' into 'master'
Use message body for merge request description Closes #40968 See merge request gitlab-org/gitlab-ce!15839
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/project/merge_requests/index.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md
index d76ea259301..b5c3f74a113 100644
--- a/doc/user/project/merge_requests/index.md
+++ b/doc/user/project/merge_requests/index.md
@@ -138,7 +138,8 @@ You can create a new merge request by sending an email to a user-specific email
address. The address can be obtained on the merge requests page by clicking on
a **Email a new merge request to this project** button. The subject will be
used as the source branch name for the new merge request and the target branch
-will be the default branch for the project.
+will be the default branch for the project. The message body (if not empty)
+will be used as the merge request description.
## Revert changes