Re: [howto] Kernel hacker's guide to git, updated

From: Junio C Hamano <junkio@cox.net>
Date: 2005-09-30 07:04:46
Jeff Garzik <jgarzik@pobox.com> writes:

> Nope.  It intentionally includes the manual rsync because clone/pull 
> doesn't seem to grab tags.  Or at least last time I checked...

clone does (or should), fetch (and hence pull) does not
automatically.  Running the following one-liner every once in a
while would sync your set of tags with Linus:

git fetch origin `git-ls-remote --tags origin | sed -ne 's|^.*refs/tags/|tag |p'`


-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Fri Sep 30 07:05:42 2005

This archive was generated by hypermail 2.1.8 : 2005-09-30 07:06:15 EST