Skip to content

Commit 82118f8

Browse files
derrickstoleedscho
authored andcommitted
.gitattributes: ensure t/oid-info/* has eol=lf
The new test_oid machinery in the test library requires reading some information from t/oid-info/hash-info and t/oid-info/oid. The shell logic that reads from these files is sensitive to CRLF line endings, causing a problem when the test suite is run on a Windows machine that converts LF to CRLF. Exclude the files in this folder from this conversion. Signed-off-by: Derrick Stolee <[email protected]>
1 parent 9515583 commit 82118f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
/Documentation/gitk.txt conflict-marker-size=32
1616
/Documentation/user-manual.txt conflict-marker-size=32
1717
/t/t????-*.sh conflict-marker-size=32
18+
/t/oid-info/* eol=lf

0 commit comments

Comments
 (0)