summaryrefslogtreecommitdiffstats
path: root/git-fetch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-02-10 01:28:40 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-02-10 01:28:40 +0000
commit8be707388a242bbe651e47d014137c330952f0bb (patch)
treed7adcb5157ca942e318cda090a7b3916d03699b1 /git-fetch.txt
parentd333998e259ac1976c4d56e8b607e59cb755f700 (diff)
downloadgit-htmldocs-8be707388a242bbe651e47d014137c330952f0bb.tar.gz
Autogenerated HTML docs for v1.5.0-rc4-26-gcc46a
Diffstat (limited to 'git-fetch.txt')
-rw-r--r--git-fetch.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/git-fetch.txt b/git-fetch.txt
index 7ecf2408d..5fbeab76b 100644
--- a/git-fetch.txt
+++ b/git-fetch.txt
@@ -20,6 +20,14 @@ The ref names and their object names of fetched refs are stored
in `.git/FETCH_HEAD`. This information is left for a later merge
operation done by "git merge".
+When <refspec> stores the fetched result in tracking branches,
+the tags that point at these branches are automatically
+followed. This is done by first fetching from the remote using
+the given <refspec>s, and if the repository has objects that are
+pointed by remote tags that it does not yet have, then fetch
+those missing tags. If the other end has tags that point at
+branches you are not interested in, you will not get them.
+
OPTIONS
-------