On Wed, Jul 23, 2008 at 15:05, Ingo Molnar <mingo@xxxxxxx> wrote: > > I've got the following, possibly stupid question: is there a way to > merge a healthy number of topic branches into the master branch in a > quicker way, when most of the branches are already merged up? You could filter upfront the branches that are already merged up with: git show-branch --independent <commits> but it has a limit of 25 refs. Santi -- 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