Skip to content

Commit d132b32

Browse files
johnkeepinggitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 50b4a78 commit d132b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-push.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ branch we have for it.
198198
+
199199
`--force-with-lease=<refname>:<expect>` will protect the named ref (alone),
200200
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
202202
different from the remote-tracking branch we have for the refname,
203203
or we do not even have to have such a remote-tracking branch when
204204
this form is used).

0 commit comments

Comments
 (0)