mirror of
https://github.com/git/git.git
synced 2026-01-24 15:57:20 +09:00
Merge branch 'js/fmt-patch' into next
* js/fmt-patch: git-rebase: use canonical A..B syntax to format-patch
This commit is contained in:
commit
292f4128b8
@ -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…
x
Reference in New Issue
Block a user