diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-08-20 11:33:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-08-20 11:33:54 -0700 |
commit | 4601516b418c59a97aab693da7de983289e39a33 (patch) | |
tree | a779f0d636e34b0403e12dff8ac809d6bff0446b /t/.gitattributes | |
parent | Merge branch 'sb/pull-rebase-submodule' (diff) | |
parent | chainlint: fix for core.autocrlf=true (diff) | |
download | tgif-4601516b418c59a97aab693da7de983289e39a33.tar.xz |
Merge branch 'js/chain-lint-attrfix'
Test fix.
* js/chain-lint-attrfix:
chainlint: fix for core.autocrlf=true
Diffstat (limited to 't/.gitattributes')
-rw-r--r-- | t/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/.gitattributes b/t/.gitattributes index b17bf71b84..e7acedabe1 100644 --- a/t/.gitattributes +++ b/t/.gitattributes @@ -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 /t3206/* eol=lf |