aboutsummaryrefslogtreecommitdiffstats
path: root/commit-check
Commit message (Collapse)AuthorAgeFilesLines
* Change error messagesHEADmasterGravatar Tom Willemse2014-04-121-1/+2
| | | | | They now follow the gnu coding standards on Formatting Error Messages, found here: https://www.gnu.org/prep/standards/html_node/Errors.html
* Improve error messagesGravatar Tom Willemse2014-04-121-4/+4
|
* Add -h and -0 command-line optionsGravatar Tom Willemse2014-04-091-6/+51
| | | | | | | | Add the `-0' option so that a flycheck checker can be written. These don't seem to like it when the checker exits with a non-zero status, whereas for the purposes of being a `commit-msg' hook for git it is important that it does exit with a non-zero status to stop git from committing.
* Add a little documentationGravatar Tom Willemse2014-03-161-0/+43
|
* Add license informationGravatar Tom Willemse2014-03-161-0/+17
|
* Fix typo causing misinformationGravatar Tom Willemse2014-03-161-1/+1
|
* Check file given as first argumentGravatar Tom Willemse2014-03-051-1/+4
| | | | | | | | | | Check the file whose name has been specified on the command line for errors, instead of `stdin'. Git passes the file name of the file containing the commit message instead of passing the commit message to `stdin'. This was supposed to be committed in the first commit. but somehow it got lost.
* Initial commitGravatar Tom Willemse2014-03-051-0/+30