Jeff King <peff@xxxxxxxx> writes: > On Thu, Jan 12, 2012 at 05:31:42PM -0800, Junio C Hamano wrote: > >> From: Jeff King <peff@xxxxxxxx> >> Subject: [PATCH] thin-pack: try harder to create delta against preferred base > > I just sat down to write a nicer commit message, and behold, it was done > for me. Thanks. Thank _you_ for a quick response and correction. I wanted to make sure I understood the root cause of the issue and the approach the patch takes to address it, instead of committing something that smelled correct. And the only way I know to do so is to write it down. Especiallly, before coming up with the description, I was wondering if this kind of symptom appears in non-thin cases, but after writing down the justification for this patch, it became clear that we wouldn't have to worry too much about that case. In a non-thin pack, we need to record one object at least in a delta family in inflated base form, so we may as well send that one near the tip that is already in that form for that, letting the existing "avoid futile delta" heuristics to kick in. Other objects in the same delta family will delta against it. -- 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