diff options
Diffstat (limited to 'dot_config/git/hooks/executable_commit-msg')
| -rwxr-xr-x | dot_config/git/hooks/executable_commit-msg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/git/hooks/executable_commit-msg b/dot_config/git/hooks/executable_commit-msg index 78dba63..e484ccb 100755 --- a/dot_config/git/hooks/executable_commit-msg +++ b/dot_config/git/hooks/executable_commit-msg @@ -12,6 +12,10 @@ set -eu +# shellcheck source=./_dispatch.sh +. "${0%/*}/_dispatch.sh" +dispatch_repo_hook commit-msg "$@" + msg_file=$1 # Keep this list in sync with executable_pre-push. |
