We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b87aa3 commit a63b9fbCopy full SHA for a63b9fb
routers/api/v1/repo/commits.go
@@ -106,7 +106,7 @@ func GetSingleCommit(ctx *context.APIContext) {
106
Email: commit.Committer.Email,
107
Date: commit.Committer.When.Format(time.RFC3339),
108
},
109
- Message: commit.Summary(),
+ Message: commit.Message(),
110
Tree: &api.CommitMeta{
111
URL: ctx.Repo.Repository.APIURL() + "/trees/" + commit.ID.String(),
112
SHA: commit.ID.String(),
0 commit comments