From: Johannes Schindelin Date: Wed, 15 Aug 2018 14:33:44 +0000 (-0700) Subject: chainlint: fix for core.autocrlf=true X-Git-Tag: v2.19.0-rc0~13^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1ce2b452c665335b44b4c38456821bac9bb007f3?hp=--cc 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 Acked-by: Eric Sunshine Signed-off-by: Junio C Hamano --- 1ce2b452c665335b44b4c38456821bac9bb007f3 diff --git a/t/.gitattributes b/t/.gitattributes index 3bd959ae52..9d09df5a60 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