Christian Couder <christian.couder@xxxxxxxxx> writes: > # Changes since version 4 > > Thanks to Junio who reviewed versions 1, 2, 3 and 4, and to Taylor who > reviewed version 1, 3 and 4! Thanks also to Robert Coup who > participated in the discussions related to version 2 and Peff who > participated in the discussions related to version 4. The changes are > the following: > > - In patch 2/8, which introduces `test-tool find-pack`, a spurious > space character has been removed between 'die' and '(', as suggested > by Taylor. > > - In patch 4/8, which refactors code into a find_pack_prefix() > function, this function has been changed so that the `packdir` and > `packtmp` arguments are now 'const', as suggested by Taylor. > > - In patch 5/8, which introduces `--filter=<filter-spec>` option, the > `filter_options` member of the 'cruft_po_args' variable is not > initialized and freed anymore, as this member is actually unused. > > - Also in patch 5/8, the '--filter fails with --write-bitmap-index' > test has been changed to use `test_must_fail env` to fix failures > with the 'test-lint' Makefile target, as suggested by Junio and > Taylor. (Junio's 'SQUASH???' patch was squashed into that patch.) Thanks. I do not recall if the previous version with SQUASH??? passed the tests or not, but this round seems to be breaking the exact test we had trouble with with the previous round: https://github.com/git/git/actions/runs/5850998716/job/15861158252#step:4:1822 The symptom looks like that "test_must_fail env" test is not failing. Ring a bell? Thanks.