aboutsummaryrefslogtreecommitdiffstats
path: root/validate-commit-msg.js
AgeCommit message (Collapse)Author
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