From: Junio C Hamano Date: Sat, 10 Feb 2007 01:28:40 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.0-rc4-26-gcc46a X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8be707388a242bbe651e47d014137c330952f0bb;p=git.git Autogenerated HTML docs for v1.5.0-rc4-26-gcc46a --- diff --git a/git-fetch.html b/git-fetch.html index e14e07335..a13fd383c 100644 --- a/git-fetch.html +++ b/git-fetch.html @@ -281,6 +281,13 @@ the objects necessary to complete them.

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

@@ -627,7 +634,7 @@ Junio C Hamano <junkio@cox.net>

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 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 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 ------- diff --git a/git.html b/git.html index fa16a8d4e..c67b282fa 100644 --- a/git.html +++ b/git.html @@ -2296,7 +2296,7 @@ contributors on the git-list <git@vger.kernel.org>.