mirror of
https://github.com/go-gitea/gitea
synced 2025-07-07 19:17:21 +00:00
Merge branch 'master' into feature/goimports
This commit is contained in:
@ -177,11 +177,6 @@ func Diff(ctx *context.Context) {
|
||||
}
|
||||
}
|
||||
|
||||
setEditorconfigIfExists(ctx)
|
||||
if ctx.Written() {
|
||||
return
|
||||
}
|
||||
|
||||
ctx.Data["CommitID"] = commitID
|
||||
ctx.Data["IsSplitStyle"] = ctx.Query("style") == "split"
|
||||
ctx.Data["Username"] = userName
|
||||
|
Reference in New Issue
Block a user