mirror of
https://github.com/go-gitea/gitea
synced 2025-07-08 03:27:19 +00:00
Prepare for v0.3.1 hotfix
This commit is contained in:
@ -97,6 +97,7 @@ func Diff(ctx *middleware.Context, params martini.Params) {
|
||||
parents[i] = sha.String()
|
||||
if err != nil {
|
||||
ctx.Handle(404, "repo.Diff", err)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user