From: Junio C Hamano Date: Thu, 27 Oct 2022 22:24:11 +0000 (-0700) Subject: Merge branch 'tb/midx-repack-ignore-cruft-packs' into maint-2.38 X-Git-Tag: v2.38.2~19 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a9514e3b95028571c64f636082814fd5119df65d;p=git.git Merge branch 'tb/midx-repack-ignore-cruft-packs' into maint-2.38 "git multi-pack-index repack/expire" used to repack unreachable cruft into a new pack, which have been corrected. cf. * tb/midx-repack-ignore-cruft-packs: midx.c: avoid cruft packs with non-zero `repack --batch-size` midx.c: remove unnecessary loop condition midx.c: replace `xcalloc()` with `CALLOC_ARRAY()` midx.c: avoid cruft packs with `repack --batch-size=0` midx.c: prevent `expire` from removing the cruft pack Documentation/git-multi-pack-index.txt: clarify expire behavior Documentation/git-multi-pack-index.txt: fix typo --- a9514e3b95028571c64f636082814fd5119df65d