summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b52d9f9)
raw | patch | inline | side by side (parent: b52d9f9)
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 5b93ff80a06f385c11cdaa6b5a41eaee5ae9cbc1..b43ba3909c200b84e23d678408a0bf876fd3f3c6 100755 (executable)
--- a/git-format-patch.sh
+++ b/git-format-patch.sh
;;
1,?*..)
# single "rev1.." should mean "rev1..HEAD"
- set x "$1"HEAD"
+ set x "$1"HEAD
shift
;;
1,*)