Am 9/9/2011 2:56, schrieb Thomas Rast: > Michael Witten wrote: >> Perhaps `git rebase' should be reimplemented to use `git cherry-pick', >> or does that suffer from the same problem? > > It doesn't, since it uses a three-way merge. But there's no real > reason to reimplement anything; just use an interactive rebase, it > uses cherry-pick in a loop. But you can just as well use 'git rebase -m', which uses cherry-pick (or something equivalent, dunno). -- Hannes -- 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