From: Junio C Hamano Date: Sun, 21 May 2006 10:16:38 +0000 (-0700) Subject: git-rebase: use canonical A..B syntax to format-patch X-Git-Tag: v1.4.0-rc1~76^2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=efbff23609654ac0542d3421d19eea8dbc1f80cd;p=git.git git-rebase: use canonical A..B syntax to format-patch Signed-off-by: Junio C Hamano --- diff --git a/git-rebase.sh b/git-rebase.sh index 6ff6088d..e6b57b8a 100755 --- a/git-rebase.sh +++ b/git-rebase.sh @@ -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"