Skip to content

Commit a521845

Browse files
jrngitster
authored andcommitted
Documentation: remove stray backslash in show-branch discussion
Because there is no unescaped apostrophe to pair it with, asciidoc does not consider this apostrophe a candidate for escaping and the backslash passes through. Reported-by: Frédéric Brière <fbriere@fbriere.net> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 4fccc04 commit a521845

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/git-show-branch.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ $ git show-branch master fixes mhf
168168
------------------------------------------------
169169

170170
These three branches all forked from a common commit, [master],
171-
whose commit message is "Add \'git show-branch\'". The "fixes"
172-
branch adds one commit "Introduce "reset type" flag to "git reset"".
173-
The "mhf" branch adds many other commits. The current branch
174-
is "master".
171+
whose commit message is "Add {apostrophe}git show-branch{apostrophe}".
172+
The "fixes" branch adds one commit "Introduce "reset type" flag to
173+
"git reset"". The "mhf" branch adds many other commits.
174+
The current branch is "master".
175175

176176

177177
EXAMPLE

0 commit comments

Comments
 (0)