]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/show-index.c
Merge branch 'ts/unpacklimit-config-fix' into maint-2.42
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Nov 2023 07:53:16 +0000 (16:53 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Nov 2023 07:53:16 +0000 (16:53 +0900)
commit7f8314f2770d3a0c82331a45242b8d7f346010ce
treee9f5034f841d86875a454f55bae0c2aec20221bd
parent87644914638e7090334bb123a706fca6840f5763
parentf3d33f8cfeac8a2a00b4f87eec48dbca1d3080e0
Merge branch 'ts/unpacklimit-config-fix' into maint-2.42

transfer.unpackLimit ought to be used as a fallback, but overrode
fetch.unpackLimit and receive.unpackLimit instead.

* ts/unpacklimit-config-fix:
  transfer.unpackLimit: fetch/receive.unpackLimit takes precedence
builtin/receive-pack.c
fetch-pack.c