summaryrefslogtreecommitdiff
path: root/Documentation/pull-fetch-param.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-01-15 21:12:12 -0800
committerJunio C Hamano <junkio@cox.net>2006-01-15 21:12:12 -0800
commit7cb038a692ec0bdc0f442380678e8e87e26d4e68 (patch)
treebb1b80cca9e3d46d87dec7f150d4b9cf11b1ead7 /Documentation/pull-fetch-param.txt
parent8c23b6fae2e5cd8475885b015f0bb992d19921db (diff)
parentee3d299e93450586d12f099913261ec22849365a (diff)
downloadgit-7cb038a692ec0bdc0f442380678e8e87e26d4e68.tar.gz
Merge branch 'fixo/1.0'
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 b5b979242c..4524fee6f2 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