Martin von Zweigbergk wrote: > Btw, why is the default (if no strategy is specifed) for 'git rebase' to > use 'recursive', while for 'git merge' "a built-in list of strategies is > used instead (git merge-recursive when merging a single head, git > merge-octopus otherwise)"? Because rebase does a tree-level merge, so it never attempts to merge than one branch, so octopus never enters the picture. Sorry for the original breakage; while it has Mike Lundy assigned as author, I resurrected and resubmitted his patch and should have noticed. -- Thomas Rast trast@{inf,student}.ethz.ch -- 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