1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00: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
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 {