summaryrefslogtreecommitdiff
path: root/git-applypatch.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-21 08:01:00 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-12-21 08:01:00 (GMT)
commitc2f3bf071ee90b01f2d629921bb04c4f798f02fa (patch)
tree08ffe5b40e062d596deee47f3869278f4661a858 /git-applypatch.sh
parent1ed91937e5cd59fdbdfa5f15f6fac132d2b21ce0 (diff)
parent41f93a2c903a45167b26c2dc93d45ffa9a9bbd49 (diff)
downloadgit-f665776185ad074b236c00751d666da7d1977dbe.zip
git-f665776185ad074b236c00751d666da7d1977dbe.tar.gz
git-f665776185ad074b236c00751d666da7d1977dbe.tar.bz2
GIT 1.0.0v1.0.0
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-applypatch.sh')
-rwxr-xr-xgit-applypatch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-applypatch.sh b/git-applypatch.sh
index e8ba34a..12cab1e 100755
--- a/git-applypatch.sh
+++ b/git-applypatch.sh
@@ -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
##