projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b52d9f9
)
git-format-patch: silly typo fix.
author
Junio C Hamano
<junkio@cox.net>
Sun, 6 Nov 2005 08:21:45 +0000
(
00:21
-0800)
committer
Junio C Hamano
<junkio@cox.net>
Sun, 6 Nov 2005 08:21:45 +0000
(
00:21
-0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-format-patch.sh
patch
|
blob
|
history
diff --git
a/git-format-patch.sh
b/git-format-patch.sh
index
5b93ff8
..
b43ba39
100755
(executable)
--- 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,*)