]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'sb/unpack-index-pack-buffer-resize' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 May 2026 03:21:28 +0000 (12:21 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 May 2026 03:21:28 +0000 (12:21 +0900)
commit2edd54bcfedd05ee7874e4968ad44899ae997576
tree9a9b299e4660517bdf59716b7916fbc46a9d8ff7
parente6154b62727974482cece040ea7eb1400dacdb81
parent007062ab4e01b8a1b1fe497610b8be4a57b76f4e
Merge branch 'sb/unpack-index-pack-buffer-resize' into next

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