On Thu, Jul 23, 2009 at 10:51 AM, Pierre Habouzit<madcoder@xxxxxxxxxx> wrote: > Or use git cherry I tried, but I was under the impression git patch-id also hashes the commit message - or I got something else typed wrong 'cause it didn't seem to work :-/ You are right, the solution is: git cherry head1 head2 tag2 git cherry head2 head1 tag1 and cherry-pick all lines prefixed with + to the other branch. Thanks, Martin -- 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