On Thu, 17 Jul 2008, Linus Torvalds wrote: > > No, what others do (if they know the tricks) is to say something like: > > git rebase -i <starting-point> Oh, and before anybody goes any further with this: it's a very convenient feature, but it _is_ still technically nothing but a very nice interface to cherry-picking and rebasing history. So all the caveats about _not_ doing this with public history that others have already seen and possibly merged are still in place. That part doesn't change at all. So it's great to do with private changes to clean them up before publicizing them, or possibly with branches that you have explicitly told people are _not_ stable, but it is still very much about creating a totally new history. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html