fatal: ambiguous argument 'manual.txt': unknown revision or path not in the working tree. Use '--' to separate paths from revisions Signed-off-by: Jonas Fonseca <fonseca@xxxxxxx> --- diff --git a/cg-status b/cg-status index e2f97dd..aee5ff0 100755 --- a/cg-status +++ b/cg-status @@ -239,7 +239,7 @@ if [ "$workstatus" ]; then git-diff-index HEAD -- "${basepath:-.}" | cut -f5- -d' ' | while IFS=$'\t' read -r mode file; do if [ "$mode" = D ]; then - [ "$(git-diff-files "$file")" ] && mode=! + [ "$(git-diff-files -- "$file")" ] && mode=! elif [ "$mode" = M ] && [ "$commitignore" ]; then fgrep -qx "$file" "$_git/commit-ignore" && mode=m fi -- Jonas Fonseca - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html