From 608f29ee269ce9c88ead67f722874b9cd7a3719b Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Sun, 29 Jan 2012 04:13:19 +0100
Subject: [PATCH] Tell people when hooks are executed

---
 vcsh | 1 +
 1 file changed, 1 insertion(+)

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
 }
-- 
GitLab