Commit graph

4 commits

Author SHA1 Message Date
Eberhard Beilharz
830c31eece fix: Fix commit-msg hook
Make commit-msg hook executable. Also use bash - Ubuntu has `dash`
linked as `/bin/sh` which doesn't support some of the features we use
in the hook.
2019-10-29 13:30:03 +07:00
Marc Durdin
e5514a4c21 chore: test only keymanapp/ (for git protocol) 2019-10-29 14:01:20 +11:00
Marc Durdin
55b115f97d chore: disable debugging code 2019-10-29 12:59:24 +11:00
Marc Durdin
b35f263335 chore: Add Conventional commits Git message hook
Adds support for conventional commit style validation of all commit
messages and makes configuration against all Keyman repos
straightforward with the configure-repo.sh script.
2019-10-28 16:50:55 +11:00