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: http://git.ipfire.org/?a=commitdiff_plain;h=1ce2b452c665335b44b4c38456821bac9bb007f3;p=thirdparty%2Fgit.git 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 --- 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