]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4012-diff-binary.sh
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)
commitbfc7ef355423990c40a3ace65faf92db832a848e
tree1d3ab8e0e6cdce39de5f867cc0dc5d9d2532508d
parent37449fbeb5ef474552c2a482631ecdba933cea00
parenta3795bf0e6abdd9094cf95de053d1d5b29f55d21
Merge branch 'js/drop-mingw-test-cmp'

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`
t/test-lib-functions.sh
t/test-lib.sh