diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-11 13:31:41 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-11 13:31:41 -0700 |
commit | 0f93608bfecbbb60cec49d7cf9b39d9dea1ee7c6 (patch) | |
tree | ba17de5f4aaea996928aed9afe92beecba2a8deb /Documentation/fetch-options.txt | |
parent | 45acb7592825b1faa59ea09247bb88b8e91849e3 (diff) | |
parent | 9eb4754d7682aa10c6dcbcc503a50a716d9cfc8a (diff) | |
download | git-0f93608bfecbbb60cec49d7cf9b39d9dea1ee7c6.tar.gz |
Merge branch 'rr/maint-fetch-tag-doc-asterisks'
* rr/maint-fetch-tag-doc-asterisks:
fetch-options.txt: prevent a wildcard refspec from getting misformatted
Diffstat (limited to 'Documentation/fetch-options.txt')
-rw-r--r-- | Documentation/fetch-options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt index 9cb649673d..ba1fe49582 100644 --- a/Documentation/fetch-options.txt +++ b/Documentation/fetch-options.txt @@ -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 |