Am 06.12.22 um 16:07 schrieb Johannes Schindelin via GitGitGadget: > diff --git a/t/test-lib.sh b/t/test-lib.sh > index 7726d1da88a..f8c6205e08f 100644 > --- a/t/test-lib.sh > +++ b/t/test-lib.sh > @@ -1546,7 +1546,7 @@ case $uname_s in > test_set_prereq SED_STRIPS_CR > test_set_prereq GREP_STRIPS_CR > test_set_prereq WINDOWS > - GIT_TEST_CMP=mingw_test_cmp > + GIT_TEST_CMP="GIT_DIR=/dev/null git diff --no-index --ignore-cr-at-eol --" After René's work, it should be possible to drop this setting on Windows altogether. I started doing that, and when I proof-read the patch, I noticed the SED_STRIPS_CR and GREP_STRIPS_CR prerequisites that are visible in the context lines of this hunk. I wanted to explore whether they can be removed as well, but I ran out of time. -- Hannes