summaryrefslogtreecommitdiffstats
path: root/git-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-01-08 16:53:28 -0800
committerJunio C Hamano <junio@hera.kernel.org>2006-01-08 16:53:28 -0800
commit4d04a4022e7f9f3ada3a64e2010ce65e1fcc5c64 (patch)
tree9c9435c06dde528c101813360d5d8ad556d1640e /git-fetch.html
parent235a91e6b0d1d18a2517cf7e0a18278a6912bdb0 (diff)
downloadgit-htmldocs-4d04a4022e7f9f3ada3a64e2010ce65e1fcc5c64.tar.gz
Autogenerated HTML docs for 5a2282de13c4da13f979185e652c8a08e2481fd1
Diffstat (limited to 'git-fetch.html')
-rw-r--r--git-fetch.html24
1 files changed, 18 insertions, 6 deletions
diff --git a/git-fetch.html b/git-fetch.html
index 9d38bb1e3..bd0714481 100644
--- a/git-fetch.html
+++ b/git-fetch.html
@@ -308,15 +308,27 @@ operation done by "git merge".</p>
</p>
</dd>
<dt>
+--no-tags
+</dt>
+<dd>
+<p>
+ By default, <tt>git-fetch</tt> fetches tags that point at
+ objects that are downloaded from the remote repository
+ and stores them locally. This option disables this
+ automatic tag following.
+</p>
+</dd>
+<dt>
-t, --tags
</dt>
<dd>
<p>
- By default, the git core utilities will not fetch and store
- tags under the same name as the remote repository; ask it
- to do so using <tt>--tags</tt>. Using this option will bound the
- list of objects pulled to the remote tags. Commits in branches
- beyond the tags will be ignored.
+ Most of the tags are fetched automatically as branch
+ heads are downloaded, but tags that do not point at
+ objects reachable from the branch heads that are being
+ tracked will not be fetched by this mechanism. This
+ flag lets all tags and their associated objects be
+ downloaded.
</p>
</dd>
<dt>
@@ -579,7 +591,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 27-Dec-2005 00:16:06 PDT
+Last updated 08-Jan-2006 16:53:08 PDT
</div>
</div>
</body>