summaryrefslogtreecommitdiff
path: root/Documentation/fetch-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-07 15:09:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-06-07 15:22:37 (GMT)
commit9eb4754d7682aa10c6dcbcc503a50a716d9cfc8a (patch)
treeee248a515611c3b2d7e583b8a4d2bdcdb0b49e8b /Documentation/fetch-options.txt
parent15999998fbda60552742275570947431b57108ae (diff)
downloadgit-9eb4754d7682aa10c6dcbcc503a50a716d9cfc8a.zip
git-9eb4754d7682aa10c6dcbcc503a50a716d9cfc8a.tar.gz
git-9eb4754d7682aa10c6dcbcc503a50a716d9cfc8a.tar.bz2
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>
Diffstat (limited to 'Documentation/fetch-options.txt')
-rw-r--r--Documentation/fetch-options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt
index 6e98bdf..c87bf39 100644
--- a/Documentation/fetch-options.txt
+++ b/Documentation/fetch-options.txt
@@ -57,7 +57,7 @@ endif::git-pull[]
ifndef::git-pull[]
-t::
--tags::
- This is a short-hand for giving "refs/tags/*:refs/tags/*"
+ This is a short-hand for giving `refs/tags/*:refs/tags/*`
refspec from the command line, to ask all tags to be fetched
and stored locally. Because this acts as an explicit
refspec, the default refspecs (configured with the