]> asedeno.scripts.mit.edu Git - git.git/blobdiff - templates/hooks--pre-commit
Merge branch 'tt/help'
[git.git] / templates / hooks--pre-commit
index 8b057be30411e3f0074599778666c1254d82329e..7092bae26342d273f28d52ac330c270a22067f65 100644 (file)
@@ -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}/) {