#2569 delete repo local copy when transfer

Remote repository path is renamed but does not delete
outdated local copy which still has old repository path
as remote.
This commit is contained in:
Unknwon 2016-02-14 19:42:38 -05:00
parent 29cd8ac270
commit 9adfe453d5
6 changed files with 9 additions and 7 deletions

View file

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