I have a pagure api consumer that looks at tags, and uses with with_commits parameter to resolve the commits for each tag. I'd like to do the same thing, but get a map of branch names => commit hash of HEAD.
with_commits
:thumbsup:
type is boolean no?
One comment and if we could have some tests, it would be perfect :)
@bstinson do you need/want some help for the tests?
@jlanda added the tests in #4592 which has been merged :)
Let's close this PR :)
Pull-Request has been closed by pingou
I have a pagure api consumer that looks at tags, and uses with
with_commitsparameter to resolve the commits for each tag. I'd like to do the same thing, but get a map of branch names => commit hash of HEAD.