Re: [PATCH v6 00/11] nd/pack-objects-pack-struct updates
From: Duy Nguyen <hidden>
Date: 2018-03-22 17:05:05
From: Duy Nguyen <hidden>
Date: 2018-03-22 17:05:05
On Thu, Mar 22, 2018 at 12:52 PM, Jeff King [off-list ref] wrote:
On Thu, Mar 22, 2018 at 11:57:27AM +0100, Duy Nguyen wrote:quoted
On Thu, Mar 22, 2018 at 10:32 AM, Jeff King [off-list ref] wrote:quoted
That would still mean you could get into a broken state for serving fetches, but you could at least get out of it by running "git repack".I was puzzled by this "broken state" statement. But you were right! I focused on the repack case and forgot about fetch/clone case. I will probably just drop this patch for now. Then maybe revisit this some time in fiture when I find out how to deal with this nicely.Here's a sketch of the "separate array" concept I mentioned before, in case that helps. Not tested at all beyond compiling.
Brilliant! Sorry I couldn't read your suggestion carefully this morning. -- Duy