Skip to main content
Sign in
Snippets Groups Projects
Commit 608f29ee authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Tell people when hooks are executed

parent eff7e0e6
Branches
Tags
No related merge requests found
......@@ -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
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment