diff options
author | Unknwon <u@gogs.io> | 2016-02-14 19:42:38 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-14 19:42:38 -0500 |
commit | 9adfe453d506fa7ea18b2df3871f72b5c4dc9b7c (patch) | |
tree | be2dc269603c5a360199c676b44c7f74a708b55c /gogs.go | |
parent | 29cd8ac270603ff3a5d02134e7c46ae5006844bd (diff) | |
download | gitea-9adfe453d506fa7ea18b2df3871f72b5c4dc9b7c.tar.gz gitea-9adfe453d506fa7ea18b2df3871f72b5c4dc9b7c.zip |
#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.
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |