On Mon, Mar 24, 2025 at 03:22:45PM +0000, Derrick Stolee via GitGitGadget wrote: > From: Derrick Stolee <stolee@xxxxxxxxx> > > Repositories registered with Scalar are expected to be client-only > repositories that are rather large. This means that they are more likely to > be good candidates for using the --path-walk option when running 'git > pack-objects', especially under the hood of 'git push'. Enable this config > in Scalar repositories. Makes sense, and feels well-justified.