We can run tests with GIT_TEST_REQUIRE_PREREQ to ensure that any prerequisites that are expected are actually present, and avoid (say) accidentally compiling without support for SSH connections. We should do that.
Ideally we'd also add something to check we're only missing prerequisites we're expecting to be missing, lest some new prerequisite be added and we don't notice that it needs to be tracked in the same way.
We can run tests with
GIT_TEST_REQUIRE_PREREQto ensure that any prerequisites that are expected are actually present, and avoid (say) accidentally compiling without support for SSH connections. We should do that.Ideally we'd also add something to check we're only missing prerequisites we're expecting to be missing, lest some new prerequisite be added and we don't notice that it needs to be tracked in the same way.