We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87758f9 commit c2bc6e4Copy full SHA for c2bc6e4
Documentation/pull-fetch-param.txt
@@ -134,9 +134,9 @@ is often useful.
134
+
135
Some short-cut notations are also supported.
136
137
-* For backward compatibility, `tag` is almost ignored;
138
- it just makes the following parameter <tag> to mean a
139
- 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.
140
* A parameter <ref> without a colon is equivalent to
141
<ref>: when pulling/fetching, and <ref>`:`<ref> when
142
pushing. That is, do not store it locally if
0 commit comments