Commit graph

13 commits

Author SHA1 Message Date
7f04d6a5de Change error messages
They now follow the gnu coding standards on Formatting Error Messages,
found here: https://www.gnu.org/prep/standards/html_node/Errors.html
2014-04-12 15:15:51 +02:00
0a570ca831 Improve error messages 2014-04-12 14:37:27 +02:00
135c366f62 Update README 2014-04-12 13:46:30 +02:00
35b7e1fba0 Update README 2014-04-12 13:45:32 +02:00
0515fa5795 Update README to not include links 2014-04-12 13:11:33 +02:00
03a2fcba7b Remove INSTALL, place everything in README 2014-04-12 13:09:26 +02:00
7281969e6e Add README and INSTALL files 2014-04-12 13:04:12 +02:00
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