From 9197240de82cb5bc45897860e0e93dc7c0b1a08f Mon Sep 17 00:00:00 2001 From: Jeff King Date: Sat, 14 Jun 2008 03:28:07 -0400 Subject: [PATCH] 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 --- t/.gitattributes | 1 - 1 file changed, 1 deletion(-) 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 -- 2.11.4.GIT