aboutsummaryrefslogtreecommitdiffstats
path: root/validate-commit-msg.js
AgeCommit message (Collapse)Author
2013-10-24chore(validate-commit-msg.js): increase the max line limit for commit ↵Igor Minar
messages from 70 to 100
2013-10-21revert(validate-commit-msg): fix incorrect commentDaniel Lamb
Revert 581ec6be7d7e546a1c563906e1877498d7d655a2 since it was not valid. Closes #3952
2013-06-04docs(validate-commit-msg): fix incorrect commentJens Rantil
If you `cd` into the repo, `validate-commit-msg.js` will be in the root of it.
2013-01-17fix(git-validator): support fixup and better errorsMisko Hevery
2012-11-26chore(validate-commit-msg): recognize 'revert' as valid commit typeIgor Minar
2012-10-31chore(validate-commit-msg): allow '/' in scopeIgor Minar
2012-10-18chore(validate-commit-msg): allow * and - in scope stringIgor Minar
2012-09-11chore(scripts): add commit-msg hook (validation)Vojta Jina