mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
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>
This commit is contained in:
parent
ace64e56c1
commit
1ce2b452c6
1 changed files with 1 additions and 0 deletions
1
t/.gitattributes
vendored
1
t/.gitattributes
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue