Document usepushurl in the man page
usepushurl is a great setting - it reduces the number of actions git has to do for things like a bare 'git fetch'. It is, unfortunately, not documented in the manpage. Change-Id: Ia7b179c6fcf6490454087aa359d891d1ff3af1a0
This commit is contained in:
parent
b07a524a29
commit
31c5e0b081
11
git-review.1
11
git-review.1
@ -257,6 +257,17 @@ changes. This is the default value unless overridden by
|
||||
file, and is implied by providing a specific branch name on the
|
||||
command line.
|
||||
.El
|
||||
.It gitreview.usepushurl
|
||||
This setting determines whether to use a separate Git remote for
|
||||
the Gerrit connection, or to set 'pushurl' on the remote 'origin'.
|
||||
.Pp
|
||||
A value of 'true' or 'false' should be specified.
|
||||
.Bl -tag
|
||||
.It false
|
||||
Do not use 'pushurl' and instead use a separate remote.
|
||||
.It true
|
||||
Use 'pushurl' for interacting with Gerrit.
|
||||
.El
|
||||
.It gitreview.rebase
|
||||
This setting determines whether changes submitted will
|
||||
be rebased to the newest state of the branch.
|
||||
|
Loading…
x
Reference in New Issue
Block a user