git-format-patch: silly typo fix.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
b52d9f9ba7
commit
b748421aaa
@ -101,7 +101,7 @@ case "$#,$1" in
|
|||||||
;;
|
;;
|
||||||
1,?*..)
|
1,?*..)
|
||||||
# single "rev1.." should mean "rev1..HEAD"
|
# single "rev1.." should mean "rev1..HEAD"
|
||||||
set x "$1"HEAD"
|
set x "$1"HEAD
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
1,*)
|
1,*)
|
||||||
|
Loading…
Reference in New Issue
Block a user