On 5/16/2025 8:09 PM, Junio C Hamano wrote: > * ds/sparse-apply-add-p (2025-05-16) 4 commits > - p2000: add performance test for patch-mode commands > - reset: integrate sparse index with --patch > - git add: make -p/-i aware of sparse index > - apply: integrate with the sparse index > > "git apply" and "git add -i/-p" code paths no longer unnecessarily > expand sparse-index while working. > > Will merge to 'next'? > Kicked out of next and then is about to come back. > source: <pull.1914.v2.git.1747407330.gitgitgadget@xxxxxxxxx> Thanks for applying the latest version. There was good feedback in the v1 that led to some solid improvements. But I think this v2 is pretty solid. > * ds/scalar-no-maintenance (2025-05-14) 5 commits > - scalar reconfigure: improve --maintenance docs > (merged to 'next' on 2025-05-08 at 1006cdd399) > + scalar reconfigure: add --maintenance=<mode> option > + scalar clone: add --no-maintenance option > + scalar register: add --no-maintenance option > + scalar: customize register_dir()'s behavior > > Two "scalar" subcommands that adds a repository that hasn't been > under "scalar"'s control are taught an option not to enable the > scheduled maintenance on it. > > Will merge to 'next' and then to 'master'. > source: <pull.1913.v3.git.1746582637.gitgitgadget@xxxxxxxxx> As mentioned in-thread, I'm grateful for your update to include the last patch. > * ds/path-walk-2 (2025-05-16) 13 commits > - pack-objects: allow --shallow and --path-walk > - path-walk: add new 'edge_aggressive' option > - pack-objects: thread the path-based compression > - pack-objects: refactor path-walk delta phase > - scalar: enable path-walk during push via config > - pack-objects: enable --path-walk via config > - repack: add --path-walk option > - t5538: add tests to confirm deltas in shallow pushes > - pack-objects: introduce GIT_TEST_PACK_PATH_WALK > - p5313: add performance tests for --path-walk > - pack-objects: update usage to match docs > - pack-objects: add --path-walk option > - pack-objects: extract should_attempt_deltas() > > "git pack-objects" learns to find delta bases from blobs at the > same path, using the --path-walk API. > > Comments? > source: <pull.1819.v3.git.1747419124.gitgitgadget@xxxxxxxxx> Thanks for updating to the v3 version. I was a little slow to respond to Taylor's feedback, so I will not rush feedback on this version. Thanks, -Stolee