#2287 Truncate repository name if too long

This commit is contained in:
Unknwon 2016-01-11 20:41:43 +08:00
parent a2ef9a2b64
commit f43cc90841
12 changed files with 89 additions and 33 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.8.19.0111"
const APP_VER = "0.8.20.0111"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())