From 31c5e0b081f21c3629008cd77f6e21c5fd4e371d Mon Sep 17 00:00:00 2001
From: Monty Taylor <mordred@inaugust.com>
Date: Thu, 22 Mar 2018 06:49:56 -0500
Subject: [PATCH] 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
---
 git-review.1 | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/git-review.1 b/git-review.1
index e7afcf4b..ecad1ab4 100644
--- a/git-review.1
+++ b/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.