Documentation/git-show-branch: avoid literal {apostrophe}
commitf64a21bd82696dbf7c770f36624b9c19cfd84081
authorTodd Zullinger <tmz@pobox.com>
Wed, 10 Apr 2019 00:37:33 +0000 (9 20:37 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Apr 2019 03:05:03 +0000 (10 12:05 +0900)
treed4a1a77076437b10ca4a0bb9cc6068dcd266f824
parentaeb582a98374c094361cba1bd756dc6307432c42
Documentation/git-show-branch: avoid literal {apostrophe}

The {apostrophe} was needed at the time of a521845800 ("Documentation:
remove stray backslash in show-branch discussion", 2010-08-20).  All
other uses of {apostrophe} were removed in 6cf378f0cb ("docs: stop using
asciidoc no-inline-literal", 2012-04-26).

Unfortunately, the {apostrophe} is rendered literally with Asciidoctor
(at least with 1.5.5-2.0.3).  Avoid this by using single-quotes.

Escaping the leading single-quote allows the content to render properly
in AsciiDoc and Asciidoctor.

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-show-branch.txt