diff --git a/routers/api/v1/repo/commits.go b/routers/api/v1/repo/commits.go index bdfd2bbad6..d383cd500f 100644 --- a/routers/api/v1/repo/commits.go +++ b/routers/api/v1/repo/commits.go @@ -298,7 +298,7 @@ func toCommit(ctx *context.APIContext, repo *models.Repository, commit *git.Comm }, Date: commit.Committer.When.Format(time.RFC3339), }, - Message: commit.Summary(), + Message: commit.Message(), Tree: &api.CommitMeta{ URL: repo.APIURL() + "/git/trees/" + commit.ID.String(), SHA: commit.ID.String(),