From: John Keeping Date: Mon, 25 Jul 2016 21:59:55 +0000 (+0100) Subject: Documentation/git-push: fix placeholder formatting X-Git-Tag: v2.9.4~21^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d132b32b4e3146e4aa5a719418f85d6db1134140?ds=sidebyside;hp=50b4a7807f5f1db79a0a4f4400c29bc00efbd307 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index af521f8990..5355a8d54a 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -198,7 +198,7 @@ branch we have for it. + `--force-with-lease=:` will protect the named ref (alone), if it is going to be updated, by requiring its current value to be -the same as the specified value (which is allowed to be +the same as the specified value `` (which is allowed to be different from the remote-tracking branch we have for the refname, or we do not even have to have such a remote-tracking branch when this form is used).