commit | 03febf99bc77001af6709ee1c17d3dc5e71e8990 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sat Jan 07 00:48:04 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Sat Jan 07 21:33:51 2006 -0800 |
tree | 34eb3db82325927855ac003feedd881799098116 | |
parent | 026351a03507dc3a2e89e068c01234dc55914df2 [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>