fetch-options.txt: prevent a wildcard refspec from getting misformatted
commit9eb4754d7682aa10c6dcbcc503a50a716d9cfc8a
authorJunio C Hamano <gitster@pobox.com>
Fri, 7 Jun 2013 15:09:51 +0000 (7 08:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Jun 2013 15:22:37 +0000 (7 08:22 -0700)
treeee248a515611c3b2d7e583b8a4d2bdcdb0b49e8b
parent15999998fbda60552742275570947431b57108ae
fetch-options.txt: prevent a wildcard refspec from getting misformatted

When explaining the "--tags" option as an equivalent to giving an
explicit "refs/tags/*:refs/tags/*" refspec, the two asterisks were
misinterpreted by AsciiDoc as a request to typeset the string
segment between them in bold.

We could fix it in two ways.  We can replace them with {asterisk}s
while keeping the string as body text, or we can mark it as a
literal string with backquotes around it.

Let's do the latter, as it is teaching the user an "exactly as
typed" alternative.

Noticed-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/fetch-options.txt