X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/00e3e4ee67e7724e8b90f32abc67c05ac37720b7..d921399d97e499b69ed5c9ed98cef69e61704791:/vcsh diff --git a/vcsh b/vcsh index a5c3f48..6ffd964 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 }