git-format-patch: silly typo fix.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2005-11-06 00:21:45 -08:00
parent b52d9f9ba7
commit b748421aaa

View file

@ -101,7 +101,7 @@ case "$#,$1" in
;;
1,?*..)
# single "rev1.." should mean "rev1..HEAD"
set x "$1"HEAD"
set x "$1"HEAD
shift
;;
1,*)