gogs/cmd
Unknwon d521e716dd
refactoring: SSH and HTTP push procees is now unified
We used to handle SSH and HTTP push separately which produces
duplicated code, but now with post-receive hook, the process
is unified to one single place and much cleaner.
Thus, UpdateTask struct is removed.

Narrow down the range of Git HTTP routes to reduce condufsing
HTTP Basic Authentication window popup on browser.

By detecting <old-commit, new-commit, ref-name> inside post-receive
hook, Git HTTP doesn't need to read the whole content body anymore,
which completely solve the RAM problem reported in #636.
2017-02-16 16:33:49 -05:00
..
admin.go codegangsta/cli => urfave/cli (#3546) 2016-08-30 04:57:58 -07:00
cert.go Fix import path 2016-08-30 05:49:54 -07:00
cert_stub.go codegangsta/cli => urfave/cli (#3546) 2016-08-30 04:57:58 -07:00
cmd.go codegangsta/cli => urfave/cli (#3546) 2016-08-30 04:57:58 -07:00
dump.go dump: check existence before include data subdirs (#4100) 2017-02-10 11:58:04 -05:00
hook.go refactoring: SSH and HTTP push procees is now unified 2017-02-16 16:33:49 -05:00
import.go cmd: new command 'import locale' 2016-12-20 22:34:58 -05:00
serv.go refactoring: SSH and HTTP push procees is now unified 2017-02-16 16:33:49 -05:00
web.go refactoring: SSH and HTTP push procees is now unified 2017-02-16 16:33:49 -05:00