Re: [GSoC PATCH v4 0/7] repack: add --drop-filtered to reclaim space in partial clones
Siddharth Shrimali <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <CAGWgyh84QuzUxtCX1Z73uZT9RfamthfyuHYgvd8gX3MYGOm7Fg@mail.gmail.com> |
Hi Junio, thanks for the review! On Tue, 11 Aug 2026 at 23:20, Junio C Hamano <[email protected]> wrote: > Are these "planned for longer term, material for separate sets of > patches to come on top, after this series graduates"? Or do you > mean "v5 and later rounds need to do these three things before the > series can be called complete"? All of these are follow-up work meant to come on top, after this series graduates, not prerequisites for it: 1. remote verification depends on the "remote-object-info" cat-file protocol command, which has landed recently, so a follow-up series can build the remote-side verification on top of it with the other future additions. This series deliberately uses the local promisor check 2. recency is an additional selection criterion. The feature is complete and useful with size alone, and recency can be layered on later without changing the design 3. the drop log was intentionally dropped from this series and will return together with the error-path change that actually reads it so I consider the core --drop-filtered functionality complete as scoped here, with the above three as separate future series. Thanks, Siddharth Shrimali