Re: What's cooking in git.git (topics)
From: Daniel Barkalow <hidden>
Date: 2016-06-15 22:43:37
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*