mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	@@ -92,7 +92,7 @@ func GetSingleCommit(ctx *context.APIContext) {
 | 
				
			|||||||
			URL: setting.AppURL + ctx.Link[1:],
 | 
								URL: setting.AppURL + ctx.Link[1:],
 | 
				
			||||||
			SHA: commit.ID.String(),
 | 
								SHA: commit.ID.String(),
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
		HTMLURL: ctx.Repo.Repository.HTMLURL() + "/commits/" + commit.ID.String(),
 | 
							HTMLURL: ctx.Repo.Repository.HTMLURL() + "/commit/" + commit.ID.String(),
 | 
				
			||||||
		RepoCommit: &api.RepoCommit{
 | 
							RepoCommit: &api.RepoCommit{
 | 
				
			||||||
			URL: setting.AppURL + ctx.Link[1:],
 | 
								URL: setting.AppURL + ctx.Link[1:],
 | 
				
			||||||
			Author: &api.CommitUser{
 | 
								Author: &api.CommitUser{
 | 
				
			||||||
@@ -111,7 +111,7 @@ func GetSingleCommit(ctx *context.APIContext) {
 | 
				
			|||||||
			},
 | 
								},
 | 
				
			||||||
			Message: commit.Message(),
 | 
								Message: commit.Message(),
 | 
				
			||||||
			Tree: &api.CommitMeta{
 | 
								Tree: &api.CommitMeta{
 | 
				
			||||||
				URL: ctx.Repo.Repository.APIURL() + "/trees/" + commit.ID.String(),
 | 
									URL: ctx.Repo.Repository.APIURL() + "/git/trees/" + commit.ID.String(),
 | 
				
			||||||
				SHA: commit.ID.String(),
 | 
									SHA: commit.ID.String(),
 | 
				
			||||||
			},
 | 
								},
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user