On Wed, Aug 31, 2022 at 6:13 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > "Elijah Newren via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > > > Philippe Blain found and reported a couple issues with the output of > > --remerge-diff[1]. After digging in, I think one of them actually counts as > > two separate issues, so here's a series with three patches to fix these > > issues. Each includes testcases to keep us from regressing. > > Including this to 'seen' seems to break the leaks-check CI job X-<. > > https://github.com/git/git/runs/8124648321?check_suite_focus=true That's...surprising. Any chance of a mis-merge? I ask for two reasons: * This series, built on main, passed the leaks-check job. * The link you provide points to t4069 as the test failing, but the second patch of this series removes the TEST_PASSES_SANITIZE_LEAK=true line from t4069, which should make that test a no-op for the leaks-check job.