]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'sb/unpack-index-pack-buffer-resize'
authorJunio C Hamano <gitster@pobox.com>
Wed, 20 May 2026 01:30:58 +0000 (10:30 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 May 2026 01:30:58 +0000 (10:30 +0900)
commitf5fc0f53de5b3f17a5a8826e91ea6eb93a456c1c
tree7fbfdede7a2742457cd85e62fbc6f51d1ddc32d2
parentca7d7d642406e608214ee4529a75a6ad2310de35
parent007062ab4e01b8a1b1fe497610b8be4a57b76f4e
Merge branch 'sb/unpack-index-pack-buffer-resize'

Use a larger buffer size in the code paths to ingest pack stream.

* sb/unpack-index-pack-buffer-resize:
  index-pack, unpack-objects: increase input buffer from 4 KiB to 128 KiB
builtin/index-pack.c
builtin/unpack-objects.c