Skip to content

Commit

Permalink
git-format-patch: silly typo fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Nov 6, 2005
1 parent b52d9f9 commit b748421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-format-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ case "$#,$1" in
;;
1,?*..)
# single "rev1.." should mean "rev1..HEAD"
set x "$1"HEAD"
set x "$1"HEAD
shift
;;
1,*)
Expand Down

0 comments on commit b748421

Please sign in to comment.