mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Add support for commit-msg git hook
This commit is contained in:
parent
a6a4762f0d
commit
d0b268c813
9 changed files with 107 additions and 57 deletions
|
|
@ -52,7 +52,7 @@ if [ ! -f $CONF_FILE ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
{pre_push}
|
||||
{hook_specific}
|
||||
|
||||
# Run pre-commit
|
||||
if ((WHICH_RETV == 0)); then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue