On Mon, Nov 21, 2022 at 1:47 PM Eric Sunshine <sunshine@xxxxxxxxxxxxxx> wrote: > I think Ævar's use-case for `make` parallelization was to speed up > git-bisect runs. But thinking about it now, the likelihood of "lint" > problems cropping up during a git-bisect run is effectively nil, in > which case setting GIT_TEST_CHAIN_LINT=1 should be a perfectly > appropriate way to take linting out of the equation when bisecting. I mean "GIT_TEST_CHAIN_LINT=0", of course.