I'd like to pull commit data for my repos from the Visual Studio REST API. Documentation seems clear enough, but I don't see how to get the parent references between the commits.
Edit:
I see that when I request a single commit, the response contains a parents
array with the IDs of the parent commits. However, when I request a collection of commits, this information seems to be missing.