Skip to content

Commit b3eae84

Browse files
marcowsgitster
authored andcommitted
Documentation/git-show-branch: work around "single quote" typesetting glitch
The displayed example is typeset with acute accents around the string that should be surrounded by a pair of single quotes in manpage. Replace them with double quotes (the semantics of the example does not change). Signed-off-by: Markus Heidelberg <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2f0e7cb commit b3eae84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-show-branch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ only the primary branches. In addition, if you happen to be on
172172
your topic branch, it is shown as well.
173173

174174
------------
175-
$ git show-branch --reflog='10,1 hour ago' --list master
175+
$ git show-branch --reflog="10,1 hour ago" --list master
176176
------------
177177

178178
shows 10 reflog entries going back from the tip as of 1 hour ago.

0 commit comments

Comments
 (0)