X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/0fe34b8291512c893731cad6382e363e764d59f7..c0b61b8edcc876426d5abd3255a83836ca895129:/vcsh diff --git a/vcsh b/vcsh index de1b419..a798e7d 100755 --- a/vcsh +++ b/vcsh @@ -186,11 +186,12 @@ clone() { commit() { hook pre-commit + shift # remove the "commit" command. 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 commit --untracked-files=no --quiet $@ + git commit --untracked-files=no --quiet "$@" VCSH_COMMAND_RETURN_CODE=$? echo done