gitea/routers/repo
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
..
attachment.go
branch.go
commit.go
download.go
editor.go
http.go Move push update to post-receive and protected branch check to pre-receive (#1030) 2017-02-25 22:54:40 +08:00
issue.go
issue_label.go
middlewares.go
pull.go
release.go
repo.go
setting.go
view.go Cleanup log messaging 2017-02-02 15:24:18 +01:00
webhook.go
wiki.go