Hi Dirk, Dirk SÃsserott wrote: > I'd like to rebase a whole tree from A to B. Not just a single > branch, but a whole tree. Let's say I have the following history: > > --- A --- B > | > + -- C -- D > | > + E -- F > > I'd like to rebase C and its descendants from A to B I'd suggest cheating by making a merge of D and F and "rebase -p"-ing that. :) To say something more sensible would probably require more information about the particular application, though. Hope that helps, Jonathan -- 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