7 lines
99 B
Text
7 lines
99 B
Text
|
#!/usr/bin/env bash
|
||
|
. "${0%/*}/_init.sh"
|
||
|
|
||
|
exec_all $HOOK_PATH/commit-msg.d
|
||
|
exec_custom commit-msg
|
||
|
|