Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/git-push: fix placeholder formatting
author
John Keeping
<john@keeping.me.uk>
Mon, 25 Jul 2016 21:59:55 +0000
(22:59 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 25 Jul 2016 22:21:32 +0000
(15:21 -0700)
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>
Documentation/git-push.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(from parent 1:
50b4a78
)
diff --git
a/Documentation/git-push.txt
b/Documentation/git-push.txt
index af521f89906c9e1f262412f5a3631a9566490af2..5355a8d54a0747620a994273f5a6d231c5bcfb19 100644
(file)
--- a/
Documentation/git-push.txt
+++ b/
Documentation/git-push.txt
@@
-198,7
+198,7
@@
branch we have for it.
+
`--force-with-lease=<refname>:<expect>` 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
<expect>
(which is allowed to be
+the same as the specified value
`<expect>`
(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).