Autogenerated man pages for v1.1.2-g9e9b
[git.git] / man1 / git-pull.1
index e32eff5..989b34d 100755 (executable)
@@ -193,7 +193,7 @@ Some short\-cut notations are also supported\&.
 .RS
 .TP 3
 \(bu
-For backward compatibility, tag is almost ignored; it just makes the following parameter <tag> to mean a refspec refs/tags/<tag>:refs/tags/<tag>\&.
+ tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; used with pull or fetch, it requests fetching everything up to the given tag\&.
 .TP
 \(bu
 A parameter <ref> without a colon is equivalent to <ref>: when pulling/fetching, and <ref>:<ref> when pushing\&. That is, do not store it locally if fetching, and update the same name if pushing\&.