Skip to content

Commit

Permalink
Merge branch 'rr/maint-fetch-tag-doc-asterisks' into maint
Browse files Browse the repository at this point in the history
* rr/maint-fetch-tag-doc-asterisks:
  fetch-options.txt: prevent a wildcard refspec from getting misformatted
  • Loading branch information
Junio C Hamano committed Jul 22, 2013
2 parents 5607c74 + 9eb4754 commit 281ff45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/fetch-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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
Expand Down

0 comments on commit 281ff45

Please sign in to comment.