From: Richard Hartmann Date: Tue, 29 Dec 2015 22:58:40 +0000 (+0100) Subject: vcsh: Pass options through to commit X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/d2617e58f540f3c4ee43149b32a233cf55371029 vcsh: Pass options through to commit --- diff --git a/vcsh b/vcsh index 98e0acd..e77ca08 100755 --- a/vcsh +++ b/vcsh @@ -190,7 +190,7 @@ commit() { 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