Builtin git-diff-files, git-diff-index, git-diff-stages, and git-diff-tree.
[git.git] / git-applypatch.sh
index e8ba34a..12cab1e 100755 (executable)
@@ -14,7 +14,7 @@
 USAGE='<msg> <patch> <info> [<signoff>]'
 . git-sh-setup
 
-case "$#" in 3|4) usage ;; esac
+case "$#" in 3|4) ;; *) usage ;; esac
 
 final=.dotest/final-commit
 ##