Skip to content

Regression: Gitea commits API again returns commit summaries, not full messages #12185

Closed
@kbadk

Description

@kbadk

In April 2019, this same issue was brought up.

It was deemed a bug, added to the 1.8.0 milestone, implemented the same day, and made it into v1.8.

release/v1.8:

Message: commit.Message(),

Where it lived happily (through release/v1.9) until this commit: API method to list all commits of a repository (#6408).

In v1.10 and v1.11 (and the current HEAD of master), however, we're back to commit.Summary().

release/v1.10:

Message: commit.Summary(),

I don't see an explanation for this, so I'm assuming it's a regression.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions