mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Change summary to full message (#6591)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
		@@ -109,7 +109,7 @@ func GetSingleCommit(ctx *context.APIContext) {
 | 
				
			|||||||
				},
 | 
									},
 | 
				
			||||||
				Date: commit.Committer.When.Format(time.RFC3339),
 | 
									Date: commit.Committer.When.Format(time.RFC3339),
 | 
				
			||||||
			},
 | 
								},
 | 
				
			||||||
			Message: commit.Summary(),
 | 
								Message: commit.Message(),
 | 
				
			||||||
			Tree: &api.CommitMeta{
 | 
								Tree: &api.CommitMeta{
 | 
				
			||||||
				URL: ctx.Repo.Repository.APIURL() + "/trees/" + commit.ID.String(),
 | 
									URL: ctx.Repo.Repository.APIURL() + "/trees/" + commit.ID.String(),
 | 
				
			||||||
				SHA: commit.ID.String(),
 | 
									SHA: commit.ID.String(),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user