Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Use fink/darwinport paths for OSX
[gitweb.git]
/
git-format-patch.sh
diff --git
a/git-format-patch.sh
b/git-format-patch.sh
index 5b93ff80a06f385c11cdaa6b5a41eaee5ae9cbc1..b43ba3909c200b84e23d678408a0bf876fd3f3c6 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,*)