File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,11 @@ endif::git-pull[]
57
57
ifndef::git-pull[]
58
58
-t::
59
59
--tags::
60
- Most of the tags are fetched automatically as branch
61
- heads are downloaded, but tags that do not point at
62
- objects reachable from the branch heads that are being
63
- tracked will not be fetched by this mechanism. This
64
- flag lets all tags and their associated objects be
65
- downloaded. The default behavior for a remote may be
66
- specified with the remote.<name>.tagopt setting. See
67
- linkgit:git-config[1].
60
+ This is a short-hand for giving "refs/tags/*:refs/tags/*"
61
+ refspec from the command line, to ask all tags to be fetched
62
+ and stored locally. Because this acts as an explicit
63
+ refspec, the default refspecs (configured with the
64
+ remote.$name.fetch variable) are overridden and not used.
68
65
69
66
--recurse-submodules[=yes|on-demand|no]::
70
67
This option controls if and under what conditions new commits of
You can’t perform that action at this time.
0 commit comments