Merge branch 'tb/clone-case-smashing-warning-test'
commit590e5b88ece260559b3489321040e4bbbb0f878b
authorJunio C Hamano <gitster@pobox.com>
Mon, 26 Nov 2018 14:13:42 +0000 (26 23:13 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Nov 2018 14:13:42 +0000 (26 23:13 +0900)
treeb60118c52651fc0ef7312d2c427269370dceb25b
parentab15ccde3d7555135f3730aa5c5f303a96bdf0fb
parenta7f609ec5f3e6b086d097c760ce40b6d20f4db41
Merge branch 'tb/clone-case-smashing-warning-test'

The code recently added to "git clone" to see if the platform's
filesystem is adequate to check out and use the project code
correctly (e.g. a case smashing filesystem cannot be used for a
project with two files whose paths are different only in case) was
meant to help Windows users, but the test for it was not enabled
for that platform, which has been corrected.

* tb/clone-case-smashing-warning-test:
  t5601-99: Enable colliding file detection for MINGW
t/t5601-clone.sh