Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > 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. I am not a huge fan of filter-branch, but shouldn't you be able to filter-branch D and F (and no other branch) on top of B? -- 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