summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-02-03 17:36:17 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-02-03 17:36:17 +0000
commit0dc365914c682965774e475921117f4aee359a9b (patch)
treee6ad7c273bc558346d2ff3dfc51d1e22c2b56e3e /doc
parentbd8f2b15b3d5267075a626ce86f3a06cc650fcbf (diff)
parent9bb08a7e53b22d7af8484e3921b6fe51996ca981 (diff)
downloadgitlab-ce-0dc365914c682965774e475921117f4aee359a9b.tar.gz
Merge branch 'Add-a-shash-command-for-target-merge-request-branch' into 'master'
Adds /target_branch slash command functionality for merge requests Closes #23619 See merge request !7216
Diffstat (limited to 'doc')
-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 |