Skip to content

Commit b748421

Browse files
author
Junio C Hamano
committed
git-format-patch: silly typo fix.
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent b52d9f9 commit b748421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-format-patch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ case "$#,$1" in
101101
;;
102102
1,?*..)
103103
# single "rev1.." should mean "rev1..HEAD"
104-
set x "$1"HEAD"
104+
set x "$1"HEAD
105105
shift
106106
;;
107107
1,*)

0 commit comments

Comments
 (0)