Petr Baudis: > I think this is misguided. In general case, cherrypicks can be from > completely unrelated histories, and if you are doing the cherry pick, > you are saying that actually, the history *does not matter*. As my workflow sometimes make me do cherry-picks where history does matter, in form of me doing a "partial merge" of one or more than one commit from branch A into branch B, which does not necessarily have to be directly related, is there a way to perform something like that, while keeping history? Perhaps I'm damaged by having used CVS for too long, and merging just some files, or abusing CVS internals to make some files on branch A also be part of branch B by having their branches point to the same RCS branch revision number, but sometimes I find that I miss being able to do it in Git. Not really a big deal, just curious. -- \\// Peter - http://www.softwolves.pp.se/ -- 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