chainlint: fix for core.autocrlf=true

The `chainlint` target compares actual output to expected output, where the actual output is generated from files that are specifically checked out with LF-only line endings. So the expected output needs to be checked out with LF-only line endings, too. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Acked-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Johannes Schindelin committed Aug 15, 2018 at 07:33 UTC 1ce2b452c665335b44b4c38456821bac9bb007f3
1 file changed +1
t/.gitattributes
+1
@@ -1,4 +1,5 @@
1 t[0-9][0-9][0-9][0-9]/* -whitespace
2 +/chainlint/*.expect eol=lf
3 /diff-lib/* eol=lf
4 /t0110/url-* binary
5 /t3900/*.txt eol=lf