Skip to content
Snippets Groups Projects
Commit d2617e58 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

vcsh: Pass options through to commit

parent 5f706991
Branches
Tags
No related merge requests found
...@@ -190,7 +190,7 @@ commit() { ...@@ -190,7 +190,7 @@ commit() {
echo "$VCSH_REPO_NAME: " echo "$VCSH_REPO_NAME: "
GIT_DIR=$VCSH_REPO_D/$VCSH_REPO_NAME.git; export GIT_DIR GIT_DIR=$VCSH_REPO_D/$VCSH_REPO_NAME.git; export GIT_DIR
use use
git commit --untracked-files=no --quiet git commit --untracked-files=no --quiet $@
VCSH_COMMAND_RETURN_CODE=$? VCSH_COMMAND_RETURN_CODE=$?
echo echo
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment