From d2617e58f540f3c4ee43149b32a233cf55371029 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@debian.org>
Date: Tue, 29 Dec 2015 23:58:40 +0100
Subject: [PATCH] vcsh: Pass options through to commit

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

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