]> source.dussan.org Git - gitea.git/commitdiff
REAMDE: update
authorUnknwon <u@gogs.io>
Sun, 1 Mar 2015 02:50:04 +0000 (21:50 -0500)
committerUnknwon <u@gogs.io>
Sun, 1 Mar 2015 02:50:04 +0000 (21:50 -0500)
README.md
README_ZH.md
models/access.go

index ff4edd093504899f452addd32b800e668c680d34..5bc45adaf7c8724c8950005e3e4dab63e802a66f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Gogs (Go Git Service) is a painless self-hosted Git service written in Go.
 
 ![Demo](http://gogs.qiniudn.com/gogs_demo.gif)
 
-##### Current version: 0.5.15 Beta
+##### Current version: 0.5.16 Beta
 
 ### NOTICES
 
index ffbbf0dd718d28ed813432159200482f5c15f0eb..1d2cfa3e84aacd94247073713c2c932811387ea0 100644 (file)
@@ -5,7 +5,7 @@ Gogs(Go Git Service) 是一个基于 Go 语言的自助 Git 服务。
 
 ![Demo](http://gogs.qiniudn.com/gogs_demo.gif)
 
-##### 当前版本:0.5.15 Beta
+##### 当前版本:0.5.16 Beta
 
 ## 开发目的
 
index 00871f9481e8b3d0589270137253a61856045b7b..f353c39a2ff4c5de2dff0c96d71eb9737bbf241a 100644 (file)
@@ -87,6 +87,7 @@ func (u *User) GetAccessibleRepositories() (map[*Repository]AccessMode, error) {
                repos[repo] = access.Mode
        }
 
+       // FIXME: should we generate an ordered list here? Random looks weird.
        return repos, nil
 }