mirror of
https://github.com/go-gitea/gitea
synced 2024-11-10 20:24:24 +00:00
parent
19af534462
commit
bf7ae0429c
@ -195,7 +195,7 @@ func GetAllCommits(ctx *context.APIContext) {
|
|||||||
// get commit specified by sha
|
// get commit specified by sha
|
||||||
baseCommit, err = ctx.Repo.GitRepo.GetCommit(sha)
|
baseCommit, err = ctx.Repo.GitRepo.GetCommit(sha)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
ctx.Error(http.StatusInternalServerError, "GetCommit", err)
|
ctx.NotFoundOrServerError("GetCommit", git.IsErrNotExist, err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user