git-tar-tree: no more void pointer arithmetic
[git.git] / templates / hooks--pre-commit
index 43d3b6e..723a9ef 100644 (file)
@@ -61,6 +61,9 @@ perl -e '
            if (/^\s*   /) {
                bad_line("indent SP followed by a TAB", $_);
            }
+           if (/^(?:[<>=]){7}/) {
+               bad_line("unresolved merge conflict", $_);
+           }
        }
     }
     exit($found_bad);