Michael Kelly | fc1c3dd | 2020-03-04 00:40:26 -0800 | [diff] [blame] | 1 | = gerrit set-topic |
| 2 | |
| 3 | == NAME |
| 4 | gerrit set-topic - Set the topic for one or more changes. |
| 5 | |
| 6 | == SYNOPSIS |
| 7 | [verse] |
| 8 | -- |
| 9 | _ssh_ -p <port> <host> _gerrit set-topic_ |
| 10 | <CHANGE> |
| 11 | [ --topic <TOPIC> | -t <TOPIC> ] |
| 12 | -- |
| 13 | |
| 14 | == DESCRIPTION |
| 15 | Sets the topic for the specified changes. |
| 16 | |
| 17 | == ACCESS |
| 18 | Caller must have the rights to modify the topic of the specified changes. |
| 19 | |
| 20 | == SCRIPTING |
| 21 | This command is intended to be used in scripts. |
| 22 | |
| 23 | == OPTIONS |
| 24 | <CHANGE>:: |
| 25 | Required; change id. |
| 26 | |
| 27 | --topic:: |
| 28 | -topic:: |
| 29 | Valid topic name to apply to the specified changes. |
| 30 | |
| 31 | == EXAMPLES |
| 32 | Set the topic of the change "I6686e64a788365bd252df69ae5b3ec9d65aaf068" in "MyProject" on branch "master" to "MyTopic". |
| 33 | |
| 34 | ---- |
| 35 | $ ssh -p 29418 user@review.example.com gerrit set-topic MyProject~master~I6686e64a788365bd252df69ae5b3ec9d65aaf068 --topic MyTopic |
| 36 | ---- |
| 37 | |
| 38 | GERRIT |
| 39 | ------ |
| 40 | Part of link:index.html[Gerrit Code Review] |
| 41 | |
| 42 | SEARCHBOX |
| 43 | --------- |