summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorYarNayar <YarTheGreat@gmail.com>2017-01-31 16:27:29 +0300
committerYarNayar <YarTheGreat@gmail.com>2017-02-03 13:01:43 +0300
commit9bb08a7e53b22d7af8484e3921b6fe51996ca981 (patch)
tree297304815c23591bd2c38d3d2555401b452dfc79 /doc/user
parentb525aff665f139cd12ac5a6df78d722427e759cc (diff)
downloadgitlab-ce-9bb08a7e53b22d7af8484e3921b6fe51996ca981.tar.gz
Adds /target_branch slash command functionality for merge requests
Allows to use slash command /target_branch <target_branch_name> in merge requests notes and description. Command allows to specify target branch for current merge request. Proposed in #23619
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/project/slash_commands.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/project/slash_commands.md b/doc/user/project/slash_commands.md
index a6546cffce2..a53c547e7d2 100644
--- a/doc/user/project/slash_commands.md
+++ b/doc/user/project/slash_commands.md
@@ -34,3 +34,4 @@ do.
| `/remove_estimate` | Remove estimated time |
| <code>/spend &lt;1h 30m &#124; -1h 5m&gt;</code> | Add or substract spent time |
| `/remove_time_spent` | Remove time spent |
+| `/target_branch <Branch Name>` | Set target branch for current merge request |