Re: What's cooking in git.git (Aug 2020, #03; Thu, 13)
From: Taylor Blau <hidden>
Date: 2020-08-14 20:07:16
On Thu, Aug 13, 2020 at 03:28:36PM -0700, Junio C Hamano wrote:
* tb/bloom-improvements (2020-08-11) 14 commits - builtin/commit-graph.c: introduce '--max-new-filters=<n>' - commit-graph: rename 'split_commit_graph_opts' - commit-graph: add large-filters bitmap chunk - commit-graph.c: sort index into commits list - bloom/diff: properly short-circuit on max_changes - bloom: use provided 'struct bloom_filter_settings' - csum-file.h: introduce 'hashwrite_be64()' - bloom: split 'get_bloom_filter()' in two - commit-graph.c: store maximum changed paths - commit-graph: respect 'commitGraph.readChangedPaths' - t/helper/test-read-graph.c: prepare repo settings - commit-graph: pass a 'struct repository *' in more places - t4216: use an '&&'-chain - commit-graph: introduce 'get_bloom_filter_settings()' Misc Bloom filter improvements. Expecting a reroll. It seems that the review is getting closer to result in another update. cf. [ref]
Yep, I am planning on a re-roll sometime early or mid-next week. I would really like to avoid another one after that, so I'm hoping that all of the review can settle before then. Thanks, Taylor