Skip to content

Commit 8126905

Browse files
authored
Merge pull request #1977 from derrickstolee/test-oid-fix-windows
.gitattributes: ensure t/oid-info/* has eol=lf
2 parents 9515583 + aa0c61f commit 8126905

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
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

t/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ t[0-9][0-9][0-9][0-9]/* -whitespace
1616
/t4135/* eol=lf
1717
/t4211/* eol=lf
1818
/t4252/* eol=lf
19+
/t4256/1/* eol=lf
1920
/t5100/* eol=lf
2021
/t5515/* eol=lf
2122
/t556x_common eol=lf

t/t9902-completion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,7 @@ test_expect_success 'complete tree filename with metacharacters' '
15341534
EOF
15351535
'
15361536

1537-
test_expect_success 'send-email' '
1537+
test_expect_success PERL 'send-email' '
15381538
test_completion "git send-email --cov" "--cover-letter " &&
15391539
test_completion "git send-email ma" "master "
15401540
'

0 commit comments

Comments
 (0)