Merge branch 'js/eol-on-ourselves'

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
This commit is contained in:
Junio C Hamano
2017-05-29 12:34:45 +09:00
11 changed files with 55 additions and 26 deletions

1
contrib/completion/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.bash eol=lf

1
contrib/workdir/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/git-new-workdir eol=lf