Skip to content

Commit a63b9fb

Browse files
jolheiserlafriks
authored andcommitted
Change summary to full message (#6591) (#6592)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
1 parent 4b87aa3 commit a63b9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/api/v1/repo/commits.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func GetSingleCommit(ctx *context.APIContext) {
106106
Email: commit.Committer.Email,
107107
Date: commit.Committer.When.Format(time.RFC3339),
108108
},
109-
Message: commit.Summary(),
109+
Message: commit.Message(),
110110
Tree: &api.CommitMeta{
111111
URL: ctx.Repo.Repository.APIURL() + "/trees/" + commit.ID.String(),
112112
SHA: commit.ID.String(),

0 commit comments

Comments
 (0)