]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ts/unpacklimit-config-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 30 Aug 2023 20:50:41 +0000 (13:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Aug 2023 20:50:41 +0000 (13:50 -0700)
commitcc48906c3b0ce0cb472b6c97fa66fa2d396b59e4
tree1a56bee71c98fad53c435df998f21cdc713cc2a6
parent74a2e88700efc2f1874967e7f007723d0865ac1b
parentf3d33f8cfeac8a2a00b4f87eec48dbca1d3080e0
Merge branch 'ts/unpacklimit-config-fix'

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