Re: Cogito: cg-push doesn't push tags?

From: Linus Torvalds <torvalds@osdl.org>
Date: 2005-12-30 09:10:13
On Thu, 29 Dec 2005, Linus Torvalds wrote:
>
> But in the meantime you can hack around it with something like
> 
> 	git send-pack <destination> $(cd .git/refs/ ; echo tags/*)
> 
> which is a silly way to list all tags ;)

Actually, I guess it should use "find tags/ -type f" or something like 
that instead of "echo tags/*". Otherwise you don't get tags with slashes 
right.

		Linus
-
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 Dec 30 09:10:45 2005

This archive was generated by hypermail 2.1.8 : 2005-12-30 09:10:52 EST