Hi, Suppose I have these branches: fc/feature-a fc/feature-b master next I want to show this: fc/feature-a fc/feature-b ^master ^next. I can do 'git log --branches=fc' to show the branches that begin with fc/, but there's no way to specify the rest. If they were under a prefix, I could do '--not --branches=prefix', but they are not. Anybody knows a way to query branches that don't have any prefix? It appears this works: % git for-each-ref refs/heads/* But I would like something parsable by rev-parse. Any ideas? Cheers. -- Felipe Contreras -- 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