aboutsummaryrefslogtreecommitdiff
path: root/Documentation/pull-fetch-param.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-01-13 16:39:17 -0800
committerJunio C Hamano <junkio@cox.net>2006-01-13 16:39:17 -0800
commite99c2fbdda590b0d5fb5bd89001e6d9df8342564 (patch)
treed5948e57db15e6c9bf78826b52229f78accc76e1 /Documentation/pull-fetch-param.txt
parent0de62e598552765eb674b72bbaf55b2e2933f617 (diff)
parenta0dfb48af73a98ceb60629f2bbc4ebf1393ba0af (diff)
downloadgit-1.0.10.tar.gz
git-1.0.10.tar.xz
GIT 1.0.10v1.0.10
Diffstat (limited to 'Documentation/pull-fetch-param.txt')
-rw-r--r--Documentation/pull-fetch-param.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/pull-fetch-param.txt b/Documentation/pull-fetch-param.txt
index b5b979242..4524fee6f 100644
--- a/Documentation/pull-fetch-param.txt
+++ b/Documentation/pull-fetch-param.txt
@@ -134,9 +134,9 @@ is often useful.
+
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