Re: What's cooking in git.git (Oct 2023, #03; Fri, 6)
From: Taylor Blau <hidden>
Date: 2023-10-09 16:16:28
On Sat, Oct 07, 2023 at 01:20:02AM -0700, Junio C Hamano wrote:
* tb/repack-max-cruft-size (2023-10-05) 4 commits (merged to 'next' on 2023-10-06 at b3ca6df3b9) + builtin/repack.c: avoid making cruft packs preferred + builtin/repack.c: implement support for `--max-cruft-size` + builtin/repack.c: parse `--max-pack-size` with OPT_MAGNITUDE + t7700: split cruft-related tests to t7704 "git repack" learned "--max-cruft-size" to prevent cruft packs from growing without bounds. Will merge to 'master'. source: [ref] source: [ref]
Thanks. On a semi-related note, did you want to pick up my patch in https://lore.kernel.org/git/035393935108d02aaf8927189b05102f4f74f340.1696370003.git.me@ttaylorr.com/ (local) ? That should address a performance bug that occurs when a repository (incorrectly) chooses a cruft pack as its preferred pack source when writing a MIDX bitmap, significantly impeding the pack-reuse mechanism. Thanks, Taylor