Re: [PATCH 3/9] midx: mark bad packed objects

2018-08-21 Thread Derrick Stolee
On 8/20/2018 5:23 PM, Stefan Beller wrote: On Mon, Aug 20, 2018 at 9:52 AM Derrick Stolee wrote: When an object fails to decompress from a pack-file, we mark the object as 'bad' so we can retry with a different copy of the object (if such a copy exists). Before now, the multi-pack-index did

Re: [PATCH 3/9] midx: mark bad packed objects

2018-08-20 Thread Stefan Beller
On Mon, Aug 20, 2018 at 9:52 AM Derrick Stolee wrote: > > When an object fails to decompress from a pack-file, we mark the object > as 'bad' so we can retry with a different copy of the object (if such a > copy exists). > > Before now, the multi-pack-index did not update the bad objects list for

[PATCH 3/9] midx: mark bad packed objects

2018-08-20 Thread Derrick Stolee
When an object fails to decompress from a pack-file, we mark the object as 'bad' so we can retry with a different copy of the object (if such a copy exists). Before now, the multi-pack-index did not update the bad objects list for the pack-files it contains, and we did not check the bad objects