On Wed, 26 Sep 2007, Junio C Hamano wrote: > * db/fetch-pack (Tue Sep 25 00:13:25 2007 -0400) 45 commits > + Prevent send-pack from segfaulting when a branch doesn't match > + Cleanup unnecessary break in remote.c > + Cleanup style nit of 'x == NULL' in remote.c > + Fix memory leaks when disconnecting transport instances > + Ensure builtin-fetch honors {fetch,transfer}.unpackLimit > + ... > > Two issues known to me are: > > - "rsync" transport is not supported yet; > > - regresses "git pull <name>" using .git/remotes/<name>; does > not merge the first refspec when branch.<name>.merge is not > set. Actually, I think it's only that it doesn't merge anything if the first refspec doesn't match the first fetched ref from the server. I'm running tests on a patch that should fix it, but I'm not sure how to write a test for this particular case; I think the fetch tests try to test this, but pass by chance. -Daniel *This .sig left intentionally blank* - To unsubscribe from this list: 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