Closed
Description
- Gitea version (or commit ref): 1.8.rc2
Description
Get a single commit from a repository REST API should return commit message instead of commit summary. (https://try.gitea.io/api/swagger#/repository/repoGetSingleCommit)
Probably this:
gitea/routers/api/v1/repo/commits.go
Line 112 in d578b71
should be something like:
Message: commit.Message(),