Request more infomation via API for "Get a single commit from a repository" #16205
Open
2 of 6 tasks
Labels
modifies/api
This PR adds API routes or modifies them
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
[x]
):Description
In current gitea version, the responses of the API for "Get a single commit from a repository"
GET /repos/{owner}/{repo}/git/commits/{sha}
don't include enough infomation that I need, for example:I want to show the diffs file by file or summary of a commit, and there's only filenames I can aquire, my expectation:
Screenshots
The text was updated successfully, but these errors were encountered: