diff --git a/vcsh b/vcsh
index a5c3f487c0707ad6ddc2cda61e37967dd4e776b2..6ffd9643049b0f0d59d89d8fe57b55ac91caa870 100755
--- a/vcsh
+++ b/vcsh
@@ -217,9 +217,10 @@ enter() {
 foreach() {
 	hook pre-foreach
 	for VCSH_REPO_NAME in $(list); do
+		echo "$VCSH_REPO_NAME:"
 		GIT_DIR=$VCSH_REPO_D/$VCSH_REPO_NAME.git; export GIT_DIR
 		use
-		"$@"
+		git "$@"
 	done
 	hook post-foreach
 }