Re: [PATCH v2 0/2] pack-objects: freshen objects with multi-cruft packs
From: Taylor Blau <hidden>
Date: 2025-03-05 00:13:29
From: Taylor Blau <hidden>
Date: 2025-03-05 00:13:29
On Tue, Mar 04, 2025 at 07:06:10PM -0500, Taylor Blau wrote:
--max-cruft-size and --max-pack-size are the same thing from pack-objects' perspective; the two flags exist at the repack level in case you want to set a different maximum pack size for cruft- and non-cruft packs. Both end up as a --max-pack-size value when repack invokes pack-objects for the cruft and non-cruft case.
Of course, I should have read Patrick's and your discussion earlier in the thread before sending a new round. The first patch should *definitely* not be queued. I'll send a clean v3 that Junio can apply if he likes. Thanks, Taylor