Thread (7 messages) flat view 7 messages, 6 authors, 2016-06-15

Re: multiple-commit cherry-pick?

From: Miles Bader <hidden>
Date: 2016-06-15 22:45:37

quoted
git format-patch --full-index --binary --stdout <range...> | git am -3

This will not work if you want to pick a list, not a range, of
commits.
Doesn't "--no-walk" + list commits individually work?

So it _should_ be possible to pick a list of commits too. Although I think
that git format-patch will reverse the order.
Incidentally, the reason I like a rebase-based solution is that many
of the rebase features like -i, --abort, and --continue (after
conflict resolution) are very nice for the multi-cherry-pick case too,
and I'm already very familiar with their operation from using rebase.

[git-am seems to have some similar features, but I don't know how well
they work.]

-Miles

-- 
Do not taunt Happy Fun Ball.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help