diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-12-15 12:24:32 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-12-15 12:24:32 +0900 |
commit | 6cba47153300dce0c36331f03c5a11cb9376bb70 (patch) | |
tree | fe2d078fe0aa4a4b072bad43faf8be4e57d058db | |
parent | Merge branch 'ds/hash-independent-tests-fix' into maint (diff) | |
parent | t4256: mark support files as LF-only (diff) | |
download | tgif-6cba47153300dce0c36331f03c5a11cb9376bb70.tar.xz |
Merge branch 'js/mailinfo-format-flowed-fix' into maint
Test portability fix.
* js/mailinfo-format-flowed-fix:
t4256: mark support files as LF-only
-rw-r--r-- | t/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/.gitattributes b/t/.gitattributes index e7acedabe1..df05434d32 100644 --- a/t/.gitattributes +++ b/t/.gitattributes @@ -16,6 +16,7 @@ t[0-9][0-9][0-9][0-9]/* -whitespace /t4135/* eol=lf /t4211/* eol=lf /t4252/* eol=lf +/t4256/1/* eol=lf /t5100/* eol=lf /t5515/* eol=lf /t556x_common eol=lf |