Okay sorry, git fetch --tags did the trick. Just out of curiosity, should git pull --tags behave similarly since the difference is git pull does a merge after a fetch? David On 3/6/06, David Ho <davidkwho@xxxxxxxxx> wrote: > Hi, > > I have been trying to pull from the git repo via rsync. > (rsync://rsync.kernel.org/pub/scm/git/git.git) I got all the commits > up to today but the tags since my initial cloning are missing. > > I tried git pull --tags, I still only have old tags. > I switched to using the git protocol but that failed too. > > git ls-remotes --tags showed, as expected, all the tags up to 1.2.4. > > Is there a switch I missed? > > Regards, > David > - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html