git: delegate all server-side Git hooks (#1623)

This commit is contained in:
Unknwon
2017-02-14 16:22:16 -05:00
parent 859009259a
commit 039dc33367
22 changed files with 337 additions and 185 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.146.0214"
const APP_VER = "0.9.147.0214"
func init() {
setting.AppVer = APP_VER
@@ -29,8 +29,8 @@ func main() {
app.Version = APP_VER
app.Commands = []cli.Command{
cmd.CmdWeb,
cmd.CmdServ,
cmd.CmdUpdate,
cmd.Serv,
cmd.CmdHook,
cmd.CmdDump,
cmd.CmdCert,
cmd.CmdAdmin,