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:
Monty Taylor 2018-03-22 06:49:56 -05:00
parent b07a524a29
commit 31c5e0b081
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -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 file, and is implied by providing a specific branch name on the
command line. command line.
.El .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 .It gitreview.rebase
This setting determines whether changes submitted will This setting determines whether changes submitted will
be rebased to the newest state of the branch. be rebased to the newest state of the branch.