mirror of
https://github.com/git-for-windows/git.git
synced 2025-12-13 08:41:13 -06:00
git-rebase: use canonical A..B syntax to format-patch
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
685637381a
commit
efbff23609
@ -152,6 +152,6 @@ then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
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"
|
git am --binary -3 -k --resolvemsg="$RESOLVEMSG"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user