I'm trying to write a tool that checks reports out on the code review completeness of each branch in a Git repository. I can use the various APIs to get the number of reviewed and unreviewed changesets for a branch, but what I haven't been able to find is an API that returns me a list of all the branches in a repository. Can anyone help?