Retrieve, by hash, an object representing a commit in the repository backing
a project. This endpoint functions similarly to git cat-file -p <commit-id>.
The returned object contains the hash of the Git tree that it
belongs to, as well as the ID of parent commits.
The commit represented by a parent ID can be retrieved using this endpoint, while the tree state represented by this commit can be retrieved using the Get a tree object endpoint.
The identifier of Commit
The identifier of the commit
The information about the author
The information about the committer
The commit message
The identifier of the tree
The identifiers of the parents of the commit