Browse Source

git-rebase: use canonical A..B syntax to format-patch

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 19 years ago
parent
commit
efbff23609
  1. 2
      git-rebase.sh

2
git-rebase.sh

@ -152,6 +152,6 @@ then @@ -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"


Loading…
Cancel
Save