Sfoglia il codice sorgente

Change summary to full message (#6591)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
tags/v1.9.0-rc1
John Olheiser 5 anni fa
parent
commit
cb64b21a7f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      routers/api/v1/repo/commits.go

+ 1
- 1
routers/api/v1/repo/commits.go Vedi File

@@ -109,7 +109,7 @@ func GetSingleCommit(ctx *context.APIContext) {
},
Date: commit.Committer.When.Format(time.RFC3339),
},
Message: commit.Summary(),
Message: commit.Message(),
Tree: &api.CommitMeta{
URL: ctx.Repo.Repository.APIURL() + "/trees/" + commit.ID.String(),
SHA: commit.ID.String(),

Loading…
Annulla
Salva