diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2018-08-15 07:33:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-08-15 10:40:46 -0700 |
commit | 1ce2b452c665335b44b4c38456821bac9bb007f3 (patch) | |
tree | 0a3fe08f13e08fa7f295100a1c0076d8ad0bc95d /t | |
parent | t/chainlint.sed: drop extra spaces from regex character class (diff) | |
download | tgif-1ce2b452c665335b44b4c38456821bac9bb007f3.tar.xz |
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>
Diffstat (limited to 't')
-rw-r--r-- | t/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
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 |