blob: 6ed1a49abaa0c54720f1bdbc3542182fcc432440 [file] [log] [blame]
Michael Kellyfc1c3dd2020-03-04 00:40:26 -08001= gerrit set-topic
2
3== NAME
4gerrit 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
15Sets the topic for the specified changes.
16
17== ACCESS
18Caller must have the rights to modify the topic of the specified changes.
19
20== SCRIPTING
21This 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
32Set 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
38GERRIT
39------
40Part of link:index.html[Gerrit Code Review]
41
42SEARCHBOX
43---------