Documentation/git-push: fix placeholder formatting
Format the placeholder as monospace to match other occurrences in this file and obey CodingGuidelines. Signed-off-by: John Keeping <john@keeping.me.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
John Keeping committed
Jul 25, 2016 at 22:59 UTC
d132b32b4e3146e4aa5a719418f85d6db1134140
1 file changed
+1
-1
Documentation/git-push.txt
+1
-1
@@ -198,7 +198,7 @@ branch we have for it.
198
+
199
`--force-with-lease=<refname>:<expect>` will protect the named ref (alone),
200
if it is going to be updated, by requiring its current value to be
201
-the same as the specified value <expect> (which is allowed to be
201
+the same as the specified value `<expect>` (which is allowed to be
202
different from the remote-tracking branch we have for the refname,
203
or we do not even have to have such a remote-tracking branch when
204
this form is used).