From: Junio C Hamano Date: Wed, 3 Aug 2022 20:36:06 +0000 (-0700) Subject: Merge branch 'ds/midx-with-less-memory' X-Git-Tag: v2.38.0-rc0~109 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acbec18d8e763069f55f895d15ebb37e9162357d;p=thirdparty%2Fgit.git Merge branch 'ds/midx-with-less-memory' The codepath to write multi-pack index has been taught to release a large chunk of memory that holds an array of objects in the packs, as soon as it is done with the array, to reduce memory consumption. * ds/midx-with-less-memory: write_midx_bitmap(): drop unused refs_snapshot parameter midx: reduce memory pressure while writing bitmaps midx: extract bitmap write setup pack-bitmap-write: use const for hashes --- acbec18d8e763069f55f895d15ebb37e9162357d