git-rebase: use canonical A..B syntax to format-patch
authorJunio C Hamano <junkio@cox.net>
Sun, 21 May 2006 10:16:38 +0000 (03:16 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 21 May 2006 10:16:38 +0000 (03:16 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-rebase.sh

index 6ff6088..e6b57b8 100755 (executable)
@@ -152,6 +152,6 @@ then
        exit 0
 fi
 
-git-format-patch -k --stdout --full-index "$upstream" ORIG_HEAD |
+git-format-patch -k --stdout --full-index "$upstream"..ORIG_HEAD |
 git am --binary -3 -k --resolvemsg="$RESOLVEMSG"