Hi, On Sat, 13 Aug 2005, Junio C Hamano wrote:
> Johannes posted a script on the list a couple of days ago, which > should work well, except that it was written before the > git-fetch-pack command was updated to natively download from > multiple refs, so it does not know how to fetch multiple refs at > a one go. Actually, my script usually only calls fetch once. It checks if the commit object is already local before trying to fetch it, and it turns out that a single fetch is often (always?) sufficient to slurp the other commits, too. I did not have time to find out if that is a true bug in git. Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html