]> git.ipfire.org Git - thirdparty/git.git/commit
scalar: enable path-walk during push via config
authorDerrick Stolee <stolee@gmail.com>
Fri, 16 May 2025 18:11:59 +0000 (18:11 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 May 2025 19:15:40 +0000 (12:15 -0700)
commit4933152cbb55ef2c7064d47aaf135eb5fa6c35f9
tree327268c049e3ea08de40dec68a734e964ead6ab7
parent4f7f57120428c0dfcbda85bc8afcd4d1740139dd
scalar: enable path-walk during push via config

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.

Signed-off-by: Derrick Stolee <stolee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
scalar.c