#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:
parent
29cd8ac270
commit
9adfe453d5
6 changed files with 9 additions and 7 deletions
2
gogs.go
2
gogs.go
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue