Index: cg-commit =================================================================== --- 673ad20e23591a8e5bdf18a755a5dea1755b7bf6/cg-commit (mode:100755) +++ uncommitted/cg-commit (mode:100755) @@ -140,13 +140,13 @@ if [ ! "$ignorecache" ]; then if [ "$customfiles" ]; then - git-update-cache --add --remove "${commitfiles[@]}" \ + git-update-cache --add --remove -- "${commitfiles[@]}" \ || die "update-cache failed" export GIT_INDEX_FILE=$(mktemp -t gitci.XXXXXX) git-read-tree HEAD fi # TODO: Do the proper separation of adds, removes, and changes. - git-update-cache --add --remove "${commitfiles[@]}" \ + git-update-cache --add --remove -- "${commitfiles[@]}" \ || die "update-cache failed" fi