From: Junio C Hamano Date: Sun, 6 Nov 2005 08:21:45 +0000 (-0800) Subject: git-format-patch: silly typo fix. X-Git-Tag: v0.99.9e^2~17 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b748421aaae3fbb8e0e6466ba532bcec1c71e660;p=git.git git-format-patch: silly typo fix. Signed-off-by: Junio C Hamano --- diff --git a/git-format-patch.sh b/git-format-patch.sh index 5b93ff80a..b43ba3909 100755 --- a/git-format-patch.sh +++ b/git-format-patch.sh @@ -101,7 +101,7 @@ case "$#,$1" in ;; 1,?*..) # single "rev1.." should mean "rev1..HEAD" - set x "$1"HEAD" + set x "$1"HEAD shift ;; 1,*)