Merge branch 'js/eol-on-ourselves' into maint
commit7ba4fa5c080c3ee2ce2aaafaf469bc781c951571
authorJunio C Hamano <gitster@pobox.com>
Sun, 4 Jun 2017 01:21:04 +0000 (4 10:21 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Jun 2017 01:21:04 +0000 (4 10:21 +0900)
tree8a3049068ef2b40208dc9c7bd29195aec9a273c2
parent970fb22dd6734f10f3ff261bb39b31a0321f1c79
parent2779f665054c3ba85c1ee298929e640149d84b1e
Merge branch 'js/eol-on-ourselves' into maint

Make sure our tests would pass when the sources are checked out
with "platform native" line ending convention by default on
Windows.  Some "text" files out tests use and the test scripts
themselves that are meant to be run with /bin/sh, ought to be
checked out with eol=LF even on Windows.

* js/eol-on-ourselves:
  t4051: mark supporting files as requiring LF-only line endings
  Fix the remaining tests that failed with core.autocrlf=true
  t3901: move supporting files into t/t3901/
  completion: mark bash script as LF-only
  git-new-workdir: mark script as LF-only
  Fix build with core.autocrlf=true