Mention the push %l-parameter in the documentation
Change-Id: Icc564ca82c2e05d176f75ddfd3b11924dcabaabe
This commit is contained in:
parent
64ec68e0c9
commit
48191715c3
@ -155,6 +155,20 @@ updates:
|
||||
git push ssh://john.doe@git.example.com:29418/kernel/common HEAD:refs/for/experimental%topic=driver/i42
|
||||
====
|
||||
|
||||
[[review_labels]]
|
||||
Review labels can be applied to the change by using the -l option
|
||||
in the reference:
|
||||
|
||||
====
|
||||
git push ssh://john.doe@git.example.com:29418/kernel/common HEAD:refs/for/experimental%l=Verified+1
|
||||
====
|
||||
|
||||
The `l='label[score]'` option may be specified more than once to
|
||||
apply multiple review labels.
|
||||
|
||||
The value is optional. If not specified, it defaults to +1 (if
|
||||
the label range allows it).
|
||||
|
||||
If you are frequently uploading changes to the same Gerrit server,
|
||||
consider adding an SSH host block in `~/.ssh/config` to remember
|
||||
your username, hostname and port number. This permits the use of
|
||||
|
Loading…
Reference in New Issue
Block a user