1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 08:55:47 +00:00
gitea/cmd
Lunny Xiao cd1821a7e2 Move push update to post-receive and protected branch check to pre-receive (#1030)
* move all push update to git hook post-receive and protected branch check to git hook pre-receive

* add SSH_ORIGINAL_COMMAND check back

* remove all unused codes

* fix the import
2017-02-25 22:54:40 +08:00
..
admin.go Fix typo (#990) 2017-02-21 09:14:37 +08:00
cert.go Cleanup log messaging 2017-02-02 15:24:18 +01:00
dump.go Cleanup log messaging 2017-02-02 15:24:18 +01:00
hook.go Move push update to post-receive and protected branch check to pre-receive (#1030) 2017-02-25 22:54:40 +08:00
serv.go Move push update to post-receive and protected branch check to pre-receive (#1030) 2017-02-25 22:54:40 +08:00
web_graceful.go Cleanup log messaging 2017-02-02 15:24:18 +01:00
web_windows.go fix windows build broken by #416 2016-12-31 17:16:02 +08:00
web.go Oauth2 consumer (#679) 2017-02-22 08:14:37 +01:00