1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-06 02:15:20 +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

@ -243,11 +243,6 @@ func Home(ctx *context.Context) {
return
}
setEditorconfigIfExists(ctx)
if ctx.Written() {
return
}
var treeNames []string
paths := make([]string, 0, 5)
if len(ctx.Repo.TreePath) > 0 {