From: Jeff King Date: Sat, 14 Jun 2008 07:28:07 +0000 (-0400) Subject: enable whitespace checking of test scripts X-Git-Tag: v1.6.0-rc0~233^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9197240de82cb5bc45897860e0e93dc7c0b1a08f;p=git.git 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 Signed-off-by: Junio C Hamano --- 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