bahmutov / pre-git

Automatically install pre-commit / pre-push hooks in your git repo
168 stars 22 forks source link

Added feature for checking commit message against a given regex #92

Closed elpaisa closed 8 years ago

elpaisa commented 8 years ago

This adds a new feature to match the commit message against a given regex configured in the package.json, this can be used with the configured commit wizard as it is non blocker, example: 'msg-pattern': '^(US|DE)\d+ - .+'

bahmutov commented 8 years ago

could you also document this addition in README file, please?

bahmutov commented 8 years ago

published as 3.10.0

elpaisa commented 8 years ago

Awesome, thanks!.