Commit graph

6 commits

Author SHA1 Message Date
74763c295b Add -h and -0 command-line options
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.
2014-04-09 00:53:03 +02:00
efee9b6ce0 Add a little documentation 2014-03-16 13:52:41 +01:00
3d7c8e8e20 Add license information 2014-03-16 13:08:21 +01:00
87ab1f104d Fix typo causing misinformation 2014-03-16 13:05:34 +01:00
06abe8cbc7 Check file given as first argument
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.
2014-03-05 00:26:26 +01:00
a4279c3b6b Initial commit 2014-03-05 00:17:35 +01:00