Re: Possible BUG with git-rev-list --all in a StGit repository
From: Junio C Hamano <hidden>
Date: 2016-08-11 19:57:14
"Marco Costalba" [off-list ref] writes:
quoted
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?