Git development
 help / color / mirror / Atom feed
* [PATCH] hooks-pre-commit: use \t, rather than a literal TAB in regexp
@ 2007-10-26 10:48 Jim Meyering
  0 siblings, 0 replies; only message in thread
From: Jim Meyering @ 2007-10-26 10:48 UTC (permalink / raw)
  To: git list


Signed-off-by: Jim Meyering <meyering@redhat.com>
---
 templates/hooks--pre-commit |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/templates/hooks--pre-commit b/templates/hooks--pre-commit
index 18b8730..a19279b 100644
--- a/templates/hooks--pre-commit
+++ b/templates/hooks--pre-commit
@@ -58,7 +58,7 @@ perl -e '
 	    if (/\s$/) {
 		bad_line("trailing whitespace", $_);
 	    }
-	    if (/^\s* 	/) {
+	    if (/^\s* \t/) {
 		bad_line("indent SP followed by a TAB", $_);
 	    }
 	    if (/^(?:[<>=]){7}/) {
-- 
1.5.3.4.383.gd90a7

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-26 10:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-26 10:48 [PATCH] hooks-pre-commit: use \t, rather than a literal TAB in regexp Jim Meyering

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox