- 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: https://github.com/go-gitea/gitea/blob/d578b71d61ee8131e8abf7f538b93d8c6cc6fe6d/routers/api/v1/repo/commits.go#L112 should be something like: `Message: commit.Message(),`