Skip to content

Commit

Permalink
Documentation: remove stray backslash in show-branch discussion
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonathan Nieder authored and Junio C Hamano committed Aug 20, 2010
1 parent 4fccc04 commit a521845
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/git-show-branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ $ git show-branch master fixes mhf
------------------------------------------------

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


EXAMPLE
Expand Down

0 comments on commit a521845

Please sign in to comment.