Am 12.09.2011 22:21, schrieb Junio C Hamano: > Jeff King <peff@xxxxxxxx> writes: > >> Instead, this patch structures the code like this: > > Yup, I agree that's the right way to do the other half of the issue. Ack from me too! I tested it on the repo with 3k refs and the time went down from 142s to 1s (when applied to 3793ac56b4, as later versions of master contain my other half which would skip Peff's code). On current master including my other half this takes 0.90s, while running with Peff's code on top of 3793ac56b4 it takes .96s. That is 6 hundreds of a second (7%) extra for not having to worry if one must run "git fetch --recurse-submodules" or not. -- 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