0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-02-16 15:51:51 +01:00
gitea/routers
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
api/v1
dev
org
repo Move push update to post-receive and protected branch check to pre-receive (#1030) 2017-02-25 22:54:40 +08:00
user fix #13 (#1042) 2017-02-25 22:53:57 +08:00
home.go
init.go Oauth2 consumer (#679) 2017-02-22 08:14:37 +01:00
install.go