diff options
author | Sandro Santilli <strk@kbt.io> | 2016-11-05 22:54:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-05 22:54:20 +0100 |
commit | f36544f98db4a210195f7d0f9019d64d9dff72f3 (patch) | |
tree | 46513d09162e3715d69a015da9cf7f225dc9c6b5 /routers/repo/commit.go | |
parent | 953c099428b152a85102f07fd2ecfe19d54ee973 (diff) | |
parent | a0e54c0512a764ab0f93eb2ee6b978fb736190b4 (diff) | |
download | gitea-f36544f98db4a210195f7d0f9019d64d9dff72f3.tar.gz gitea-f36544f98db4a210195f7d0f9019d64d9dff72f3.zip |
Merge branch 'master' into feature/goimports
Diffstat (limited to 'routers/repo/commit.go')
-rw-r--r-- | routers/repo/commit.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/routers/repo/commit.go b/routers/repo/commit.go index 91037fb46b..fff88380ec 100644 --- a/routers/repo/commit.go +++ b/routers/repo/commit.go @@ -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 |