Browse Source

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>
maint
Jonathan Nieder 15 years ago committed by Junio C Hamano
parent
commit
a521845800
  1. 8
      Documentation/git-show-branch.txt

8
Documentation/git-show-branch.txt

@ -168,10 +168,10 @@ $ git show-branch master fixes mhf
------------------------------------------------ ------------------------------------------------


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




EXAMPLE EXAMPLE

Loading…
Cancel
Save