summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6677c46)
raw | patch | inline | side by side (parent: 6677c46)
author | Junio C Hamano <junkio@cox.net> | |
Thu, 15 Dec 2005 21:02:25 +0000 (13:02 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 15 Dec 2005 21:03:20 +0000 (13:03 -0800) |
Sorry, I broke this command completely with the stupid typo.
Noticed by Marco Costalba.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Noticed by Marco Costalba.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-applypatch.sh | patch | blob | history |
diff --git a/git-applypatch.sh b/git-applypatch.sh
index e8ba34a0ad4a466083c8462cc038de9d8ad6a4ab..12cab1e0d4ceb1f1c58c418f96358b252713bf58 100755 (executable)
--- a/git-applypatch.sh
+++ b/git-applypatch.sh
USAGE='<msg> <patch> <info> [<signoff>]'
. git-sh-setup
-case "$#" in 3|4) usage ;; esac
+case "$#" in 3|4) ;; *) usage ;; esac
final=.dotest/final-commit
##