summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 87758f9)
raw | patch | inline | side by side (parent: 87758f9)
author | J. Bruce Fields <bfields@fieldses.org> | |
Fri, 13 Jan 2006 03:08:37 +0000 (22:08 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 13 Jan 2006 06:03:11 +0000 (22:03 -0800) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/pull-fetch-param.txt | patch | blob | history |
index b5b979242ca809d121ef10826ab083159ea2195c..4524fee6f2d18cc37efb110a3400d5130b95b742 100644 (file)
+
Some short-cut notations are also supported.
+
-* 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.
* 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