git-fetch: auto-following tags.
commit03febf99bc77001af6709ee1c17d3dc5e71e8990
authorJunio C Hamano <junkio@cox.net>
Sat, 7 Jan 2006 08:48:04 +0000 (7 00:48 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 8 Jan 2006 05:33:51 +0000 (7 21:33 -0800)
tree34eb3db82325927855ac003feedd881799098116
parent026351a03507dc3a2e89e068c01234dc55914df2
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>
Documentation/fetch-options.txt
git-fetch.sh