diff options
Diffstat (limited to 'tools/commit-msg')
-rwxr-xr-x | tools/commit-msg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/commit-msg b/tools/commit-msg new file mode 100755 index 00000000..6b3052b3 --- /dev/null +++ b/tools/commit-msg @@ -0,0 +1,7 @@ +#!/bin/sh +# +# Validate the commit message. + +./tools/validate-commit.py --commitmsg $1 + + |