"Marco Costalba" <mcostalba@xxxxxxxxx> writes: >> If you (as a Porcelain) want to get all refs under refs/heads/, >> there are (unfortunately) two ways to get that list. I would >> suggest obtain the refs you want that way, pass them as command >> line arguments to rev-list. > > Unfortunatly that does not work in case a branch and a tag have the same name. I am not quite grokking what the problem you are trying to solve is, so this is a shot in the dark, but git rev-list refs/heads/test refs/tags/test to disambiguate, perhaps? - 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