Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-16 00:02:25 +0300
committerJunio C Hamano <junkio@cox.net>2005-12-16 00:03:20 +0300
commitc6f60f991f29ce1140b9dede1185562fbffe2549 (patch)
treed3febbb55be91d8192fd0a364b2f93dd5be10d93 /git-applypatch.sh
parent6677c4665af2d73f670bec382bc82d0f2e9513fb (diff)
applymbox: typofix
Sorry, I broke this command completely with the stupid typo. Noticed by Marco Costalba. 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 e8ba34a0ad..12cab1e0d4 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
##