Skip to content

Commit

Permalink
git-rebase: use canonical A..B syntax to format-patch
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed May 21, 2006
1 parent 6856373 commit efbff23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-rebase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit efbff23

Please sign in to comment.