]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/drop-mingw-test-cmp'
authorJunio C Hamano <gitster@pobox.com>
Sun, 8 Jan 2023 04:25:19 +0000 (13:25 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 8 Jan 2023 04:25:19 +0000 (13:25 +0900)
Use `git diff --no-index` as a test_cmp on Windows.

We'd probably need to revisit "do we really want to, and have to,
lose CRLF vs LF?" later, at which time we may be able to further
clean this up by replacing "git diff --no-index" with "diff -u".

* js/drop-mingw-test-cmp:
  tests(mingw): avoid very slow `mingw_test_cmp`

1  2 
t/test-lib-functions.sh
t/test-lib.sh

Simple merge
diff --cc t/test-lib.sh
Simple merge