>> >> for C in $(git log --reverse <commit1>..<commit2> --pretty=format:%H); >> do git-cherry-pick $C; done >> >> Is there an easier syntax for doing this? > > rebase --onto? > Thanks, I checked the manuals further, and it looks like this will (mostly) do what I need. What's still missing is multiple cherry pick ;-) In other words, is there a simple way to *copy* a large number of commits from one branch to another, without rebasing? David. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html