diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-05 11:22:14 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-05 11:22:14 -0400 |
commit | 3ebc9b991a70e10c4b2c6319c1ff6195c0d75a17 (patch) | |
tree | 0ba3e63a6f24bbba576b2a25b8f9b52e5205ec10 /README.md | |
parent | 9791e70da67091d244728070b80ee92c98d6aa8b (diff) | |
download | gitea-3ebc9b991a70e10c4b2c6319c1ff6195c0d75a17.tar.gz gitea-3ebc9b991a70e10c4b2c6319c1ff6195c0d75a17.zip |
Use gogits/session for oauth2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language ![Demo](http://gowalker.org/public/gogs_demo.gif) -##### Current version: 0.2.0 Alpha +##### Current version: 0.2.1 Alpha #### Due to testing purpose, data of [try.gogits.org](http://try.gogits.org) has been reset in March 29, 2014 and will reset multiple times after. Please do NOT put your important data on the site. @@ -31,7 +31,7 @@ More importantly, Gogs only needs one binary to setup your own project hosting o - Activity timeline - SSH/HTTPS(Clone only) protocol support. - Register/delete/rename account. -- Create/delete/watch/rename public repository. +- Create/delete/watch/rename/transfer public repository. - Repository viewer. - Issue tracker. - Gravatar and cache support. |