author | Junio C Hamano <junkio@cox.net> | |
Sat, 7 Jan 2006 08:48:04 +0000 (00:48 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 8 Jan 2006 05:33:51 +0000 (21:33 -0800) | ||
commit | 03febf99bc77001af6709ee1c17d3dc5e71e8990 | |
tree | 34eb3db82325927855ac003feedd881799098116 | tree | snapshot |
parent | 026351a03507dc3a2e89e068c01234dc55914df2 | commit | diff |
git-fetch: auto-following tags.
I added things to ls-remote so that Cogito can auto-follow tags
easily and correctly a while ago, but git-fetch did not use the
facility. Recently added git-describe command relies on
repository keeping up-to-date set of tags, which made it much
more attractive to automatically follow tags, so we do that as
well.
Signed-off-by: Junio C Hamano <junkio@cox.net>
I added things to ls-remote so that Cogito can auto-follow tags
easily and correctly a while ago, but git-fetch did not use the
facility. Recently added git-describe command relies on
repository keeping up-to-date set of tags, which made it much
more attractive to automatically follow tags, so we do that as
well.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/fetch-options.txt | diff | blob | history | |
git-fetch.sh | diff | blob | history |