Skip to content

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

Closed
@Jamesgt

Description

@Jamesgt
  • 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(),

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions