Skip to content

Commit cb64b21

Browse files
jolheiserzeripath
authored andcommitted
Change summary to full message (#6591)
Signed-off-by: jolheiser <[email protected]>
1 parent 783cd64 commit cb64b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/api/v1/repo/commits.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func GetSingleCommit(ctx *context.APIContext) {
109109
},
110110
Date: commit.Committer.When.Format(time.RFC3339),
111111
},
112-
Message: commit.Summary(),
112+
Message: commit.Message(),
113113
Tree: &api.CommitMeta{
114114
URL: ctx.Repo.Repository.APIURL() + "/trees/" + commit.ID.String(),
115115
SHA: commit.ID.String(),

0 commit comments

Comments
 (0)