Junio C Hamano <gitster@xxxxxxxxx> writes: > "Elijah Newren via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > >> diff --git a/trace2.c b/trace2.c >> index 6dc74dff4c7..d4220af9ae1 100644 >> --- a/trace2.c >> ... > An in-flight topic seem to want to see git_env_bool() that is > declared in parse.h that is pulled in via inclusion of config.h > hence this hunk breaks 'seen'. > >> diff --git a/t/helper/test-trace2.c b/t/helper/test-trace2.c >> index d5ca0046c89..a0032ee3964 100644 >> --- a/t/helper/test-trace2.c >> ... > An in-flight topic starts using "struct key_value_info" that is > available via the inclusion of "config.h", hence this hunk breaks > the build of 'seen'. It seems that we have gained another topic in flight that gets broken by this change. I can keep piling merge-fixes on top, but it does not look like a strategy that would scale well. Can we get this series thoroughly reviewed quickly to merge it down via 'next' to 'master' soonish, so that other topics can be rebased on the result, or is that too much to ask during the Winter lull? Thanks.