1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-07-24 20:19:39 +02:00

Merge branch 'master' into feature/goimports

This commit is contained in:
Sandro Santilli 2016-11-05 22:54:20 +01:00 committed by GitHub
commit f36544f98d
5 changed files with 8 additions and 27 deletions

View file

@ -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