Re: What's cooking in git.git (Oct 2021, #01; Mon, 4)
From: Taylor Blau <hidden>
Date: 2021-10-04 23:53:03
On Mon, Oct 04, 2021 at 04:44:14PM -0700, Junio C Hamano wrote:
* tb/aggregate-ignore-leading-whitespaces (2021-10-04) 1 commit Will merge to 'next'.
Thanks for picking this one up. I definitely wrote it as a sketch, but I think it's useful as-is, so I'm glad to see it move forward.
* tb/repack-write-midx (2021-10-01) 9 commits - builtin/repack.c: pass `--refs-snapshot` when writing bitmaps - builtin/repack.c: make largest pack preferred - builtin/repack.c: support writing a MIDX while repacking - builtin/repack.c: extract showing progress to a variable - builtin/repack.c: rename variables that deal with non-kept packs - builtin/repack.c: keep track of existing packs unconditionally - midx: preliminary support for `--refs-snapshot` - builtin/multi-pack-index.c: support `--stdin-packs` mode - midx: expose `write_midx_file_only()` publicly "git repack" has been taught to generate multi-pack reachability bitmaps. Will merge to 'next'?
I think so. Jonathan Tan and others gave this a thorough review. I did send a replacement for the last patch, which you can find here: https://lore.kernel.org/git/YVeN0mXqYvTHtNB+@nand.local (local) (I realize that this is in response to v2 8/8, but it should apply as a replacement for the final patch in the *third* version of this series. If it's too much of a hassle, I'm happy to just send you a clean v4, too). Thanks, Taylor