Re: [PATCH v7 12/13] pack-objects: shrink delta_size field in struct object_entry
From: Duy Nguyen <hidden>
Date: 2018-03-31 09:10:50
From: Duy Nguyen <hidden>
Date: 2018-03-31 09:10:50
On Fri, Mar 30, 2018 at 11:24 PM, Jeff King [off-list ref] wrote:
How come this doesn't get a pdata->oe_delta_size_limit like we have pdata->oe_size_limit? Would we want a matching $GIT_TEST_OE_DELTA_SIZE_BITS to test it, too?
Nope. This changes how the delta chain is formed (e.g. produces shorter chains) and apparently some tests rely on that, like t5303. -- Duy