Browse Source

REAMDE: update

tags/v0.9.99
Unknwon 9 years ago
parent
commit
f44204e944
3 changed files with 3 additions and 2 deletions
  1. 1
    1
      README.md
  2. 1
    1
      README_ZH.md
  3. 1
    0
      models/access.go

+ 1
- 1
README.md View File

@@ -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


+ 1
- 1
README_ZH.md View 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

## 开发目的


+ 1
- 0
models/access.go View 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
}


Loading…
Cancel
Save