Initial version of protected branches (#776)

- Able to restrict force push and deletion
- Able to restrict direct push
This commit is contained in:
Unknwon
2017-02-17 15:10:50 -05:00
parent dab768212a
commit 7e09d210ba
26 changed files with 528 additions and 107 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.153.0217"
const APP_VER = "0.9.154.0217"
func init() {
setting.AppVer = APP_VER