Skip to content

Commit 1ce2b45

Browse files
dschogitster
authored andcommitted
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 <[email protected]> Acked-by: Eric Sunshine <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ace64e5 commit 1ce2b45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
t[0-9][0-9][0-9][0-9]/* -whitespace
2+
/chainlint/*.expect eol=lf
23
/diff-lib/* eol=lf
34
/t0110/url-* binary
45
/t3900/*.txt eol=lf

0 commit comments

Comments
 (0)