aboutsummaryrefslogtreecommitdiffstats
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
|
* Update READMEGravatar Tom Willemse2014-04-121-13/+13
|
* Update READMEGravatar Tom Willemse2014-04-121-0/+18
|
* Update README to not include linksGravatar Tom Willemse2014-04-121-11/+10
|
* Remove INSTALL, place everything in READMEGravatar Tom Willemse2014-04-122-14/+22
|
* Add README and INSTALL filesGravatar Tom Willemse2014-04-122-0/+33
|
* 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-162-0/+691
|
* 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-054-0/+42