From 9a2e43bff28ac92f180109fe900a6997614ea5a8 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 9 Dec 2015 20:46:05 -0500 Subject: move out git module and #1573 send push hook --- routers/repo/setting.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'routers/repo/setting.go') diff --git a/routers/repo/setting.go b/routers/repo/setting.go index e4c4f897..d393472e 100644 --- a/routers/repo/setting.go +++ b/routers/repo/setting.go @@ -8,10 +8,11 @@ import ( "strings" "time" + "github.com/gogits/git-shell" + "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/auth" "github.com/gogits/gogs/modules/base" - "github.com/gogits/gogs/modules/git" "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/mailer" "github.com/gogits/gogs/modules/middleware" -- cgit v1.2.3