diff options
author | Jeff King <peff@peff.net> | 2008-06-14 09:28:07 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-14 20:39:16 +0200 |
commit | 9197240de82cb5bc45897860e0e93dc7c0b1a08f (patch) | |
tree | 76a79fcd96758db66ba2045a0e1ffd4bdceda111 /t/.gitattributes | |
parent | avoid trailing whitespace in zero-change diffstat lines (diff) | |
download | git-9197240de82cb5bc45897860e0e93dc7c0b1a08f.tar.xz git-9197240de82cb5bc45897860e0e93dc7c0b1a08f.zip |
enable whitespace checking of test scripts
Now that all of the policy violations have been cleaned up,
we can turn this on and start checking incoming patches.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/.gitattributes')
-rw-r--r-- | t/.gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/.gitattributes b/t/.gitattributes index ab6edbf19e..1b97c5465b 100644 --- a/t/.gitattributes +++ b/t/.gitattributes @@ -1,2 +1 @@ -t[0-9][0-9][0-9][0-9]-*.sh -whitespace t[0-9][0-9][0-9][0-9]/* -whitespace |