On 2009-10-04, Jeff King wrote: > t3202 is maybe a bit of weird place to put it, but we don't seem to test > show-branch anywhere else. It could probably use a "check that > show-branch works at all" set of tests, but I am not volunteering to > write such a thing. Looks good to me. I'm not so familiar with the source code as I looked at it first time when I submitted the patch. > I have always found its output to be one step above > line noise. I agree show-branch is nosy, and the actual options I was adding was "--topo-order master t/*" to show only topic branches. After rebasing them against master, show-branch with these arguments gives a nice overview. Thanks Junio's tip I now have alias.show-topics = show-branch --topo-order master t/* -- 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