From d0d1d49d6f3e741e9c048041a2f467742bce4bdc Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 15 Aug 2018 15:31:01 +0200 Subject: [PATCH] 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 --- t/.gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/t/.gitattributes b/t/.gitattributes index 3bd959ae523cff..9d09df5a60d8d7 100644 --- a/t/.gitattributes +++ b/t/.gitattributes @@ -1,4 +1,5 @@ t[0-9][0-9][0-9][0-9]/* -whitespace +/chainlint/*.expect eol=lf /diff-lib/* eol=lf /t0110/url-* binary /t3900/*.txt eol=lf