On Tue, Dec 1, 2009 at 18:20, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx> writes: > >>> - The ref abbrev_branch() is called and the address of whose substring is >>> taken to be used as "name" in handle_one_branch() is refspec.src, but >>> what goes to .util is refname that is refspec.dst---they are different >>> strings and one is not a substring of the other. >> I don't see you point here. > > Of course you don't ;-) because we were looking at different versions. > > I wanted to apply the same fix to both maint and master. For the code in > 'master' your observation is 100% correct. A quick test with my use case does not show errors in the maint branch. So it should not be needed (except the memory leak fix of the .util member). And valgrind confirms this. Bert > -- 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