Joshua Jensen wrote: > I'm curious as to why 'git rebase -m' isn't the default and what the > real difference is between 'git rebase' and 'git rebase -m'. git rebase is faster. :) git rebase works by formatting a patch series and applying it. git rebase -m uses repeated 3-way merge and should be more robust. -- 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