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 to skip first token in subject #28

Closed Sam13 closed 5 years ago

Sam13 commented 6 years ago

First token in subject might be a bugtracker issue ID which is validated in another hook. Behavior can be configured using git config.

For problems with automated tests see #27