diff options
author | Jeff King <peff@peff.net> | 2008-06-14 03:28:07 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-14 11:39:16 -0700 |
commit | 9197240de82cb5bc45897860e0e93dc7c0b1a08f (patch) | |
tree | 76a79fcd96758db66ba2045a0e1ffd4bdceda111 /t | |
parent | 4d9b53591f64a11da0af4c2b8f11fd4730ce52dd (diff) | |
download | git-9197240de82cb5bc45897860e0e93dc7c0b1a08f.tar.gz git-9197240de82cb5bc45897860e0e93dc7c0b1a08f.tar.xz |
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')
-rw-r--r-- | t/.gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/.gitattributes b/t/.gitattributes index ab6edbf19..1b97c5465 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 |