1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-19 16:58:37 +00:00

Merge branch 'master' of github.com:gogits/gogs

This commit is contained in:
Lunny Xiao
2014-03-24 22:30:50 +08:00
44 changed files with 1349 additions and 188 deletions

View File

@@ -72,6 +72,7 @@ func runServ(k *cli.Context) {
base.NewConfigContext()
models.LoadModelsConfig()
models.NewEngine()
base.NewLogService()
keys := strings.Split(os.Args[2], "-")
if len(keys) != 2 {