From: J. Bruce Fields Date: Fri, 13 Jan 2006 03:08:37 +0000 (-0500) Subject: Documentation: clarify fetch parameter descriptions. X-Git-Tag: v1.0.10^2~2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=c2bc6e404d75a3a68da5eefa47fa867569bc3339;p=git.git Documentation: clarify fetch parameter descriptions. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/pull-fetch-param.txt b/Documentation/pull-fetch-param.txt index b5b97924..4524fee6 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 to mean a - refspec `refs/tags/:refs/tags/`. +* `tag ` means the same as `refs/tags/:refs/tags/`; + used with pull or fetch, it requests fetching everything up to + the given tag. * A parameter without a colon is equivalent to : when pulling/fetching, and `:` when pushing. That is, do not store it locally if