On Tue, Jul 25, 2023 at 01:57:39PM -0700, Junio C Hamano wrote: > * cc/repack-sift-filtered-objects-to-separate-pack (2023-07-24) 8 commits > - gc: add `gc.repackFilterTo` config option > - repack: implement `--filter-to` for storing filtered out objects > - gc: add `gc.repackFilter` config option > - repack: add `--filter=<filter-spec>` option > - repack: refactor finding pack prefix > - repack: refactor finishing pack-objects command > - t/helper: add 'find-pack' test-tool > - pack-objects: allow `--filter` without `--stdout` > > "git repack" machinery learns to pay attention to the "--filter=" > option. > > Will merge to 'next'. > source: <20230724085909.3831831-1-christian.couder@xxxxxxxxx> This may be a little soon to merge into 'next'. I looked at version 1 and had some concerns, but haven't had a chance to look at version 2. Now that we have a third round, I'll take a look at it now. Sorry for the hold up. Thanks, Taylor