Add support for commit-msg git hook

This commit is contained in:
Anthony Sottile 2017-07-22 15:16:12 -07:00
parent a6a4762f0d
commit d0b268c813
9 changed files with 107 additions and 57 deletions

View file

@ -52,7 +52,7 @@ if [ ! -f $CONF_FILE ]; then
fi
fi
{pre_push}
{hook_specific}
# Run pre-commit
if ((WHICH_RETV == 0)); then