From: Junio C Hamano Date: Tue, 30 Dec 2025 03:58:19 +0000 (+0900) Subject: Merge branch 'ps/repack-avoid-noop-midx-rewrite' X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=4a8ee50c77adb6434f2c683f778f9db2249634a1;p=rit Merge branch 'ps/repack-avoid-noop-midx-rewrite' Even when there is no changes in the packfile and no need to recompute bitmaps, "git repack" recomputed and updated the MIDX file, which has been corrected. * ps/repack-avoid-noop-midx-rewrite: midx-write: skip rewriting MIDX with `--stdin-packs` unless needed midx-write: extract function to test whether MIDX needs updating midx: fix `BUG()` when getting preferred pack without a reverse index --- 4a8ee50c77adb6434f2c683f778f9db2249634a1