tommarshall / git-good-commit

Git hook to help you write good commit messages, with no external dependencies.
MIT License
193 stars 33 forks source link

Add support for verbose commits #26

Closed walle closed 7 years ago

walle commented 7 years ago

Break the reading of commit message lines if we find a cut line. This makes the validator ignore lines part of the commit diff in verbose mode. Which will make the check faster, and not give warnings if lines in your code exceed 72 characters.