X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=templates%2Fhooks--pre-commit;h=723a9ef210bb84c217026c2cdf9d30661f64447b;hb=61c2bcbd11e3b66a328b3850c01592e5dc1c67bb;hp=43d3b6ef4a0e515cdc8d9874a81029d4d9425f64;hpb=50ac7408018209a2829b7948119270fec7e14ec8;p=git.git diff --git a/templates/hooks--pre-commit b/templates/hooks--pre-commit index 43d3b6ef..723a9ef2 100644 --- a/templates/hooks--pre-commit +++ b/templates/hooks--pre-commit @@ -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);