Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get a single commit from a repository REST API should return commit message instead of commit summary #6589

Closed
Jamesgt opened this issue Apr 12, 2019 · 0 comments · Fixed by #6591
Labels
Milestone

Comments

@Jamesgt
Copy link

Jamesgt commented Apr 12, 2019

  • 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:

Message: commit.Summary(),

should be something like:
Message: commit.Message(),

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants