X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/ed75afaad17884dcb3eb9b1f66ba45b7f4018dbb..608f29ee269ce9c88ead67f722874b9cd7a3719b:/vcsh diff --git a/vcsh b/vcsh index fdfeb84..41d5ed0 100755 --- a/vcsh +++ b/vcsh @@ -117,6 +117,7 @@ git_dir_exists() { hook() { for hook in $VCSH_HOOK_D/$1* $VCSH_HOOK_D/$VCSH_REPO_NAME.$1*; do [ -x "$hook" ] || continue + info "executing '$hook'" "$hook" done }