diff options
author | Lea Wiemann <lewiemann@gmail.com> | 2008-06-13 00:35:59 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-12 22:22:55 -0700 |
commit | 7b7b4516def229846ae20a43818be7e0b30d4261 (patch) | |
tree | 0d1b5a4f8d2786ade1ac6e34d6676db33fe5e764 /t/.gitattributes | |
parent | document --pretty=tformat: option (diff) | |
download | tgif-7b7b4516def229846ae20a43818be7e0b30d4261.tar.xz |
t/.gitattributes: only ignore whitespace errors in test files
Only ignore whitespace errors in t/tNNNN-*.sh and the t/tNNNN
subdirectories. Other files (like test libraries) should still be
checked.
Also fix a whitespace error in t/test-lib.sh.
Signed-off-by: Lea Wiemann <LeWiemann@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/.gitattributes')
-rw-r--r-- | t/.gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/.gitattributes b/t/.gitattributes index 562b12e16e..ab6edbf19e 100644 --- a/t/.gitattributes +++ b/t/.gitattributes @@ -1 +1,2 @@ -* -whitespace +t[0-9][0-9][0-9][0-9]-*.sh -whitespace +t[0-9][0-9][0-9][0-9]/* -whitespace |