Junio C Hamano <[email protected]> writes: > Jeff King <[email protected]> writes: > >> Subject: [PATCH] reuse commit->buffer when parsing signatures >> ... >> Signed-off-by: Jeff King <[email protected]> > > Hmph, unfortunately this seems to break t7510.
And I think without re-reading the patch I know what is wrong. The length of the object and strlen(commit->buffer) would be different, no? -- 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

