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.lorimer.id.au/gitweb.git/diff_plain/efbff23609654ac0542d3421d19eea8dbc1f80cd?hp=--cc git-rebase: use canonical A..B syntax to format-patch Signed-off-by: Junio C Hamano --- efbff23609654ac0542d3421d19eea8dbc1f80cd diff --git a/git-rebase.sh b/git-rebase.sh index 6ff6088d18..e6b57b8ab9 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"