1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Add updatePasswd

This commit is contained in:
Unknown
2014-03-13 04:06:35 -04:00
parent 76dae5bf68
commit c01f593daa
4 changed files with 69 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ Gogs - Go Git Service [![wercker status](https://app.wercker.com/status/ad0bdb0b
Gogs(Go Git Service) is a GitHub-like clone in the Go Programming Language, it currently supports Linux and Max OS X, but Windows has **NOT** supported yet due to installation problem with [libgit2](http://libgit2.github.com/) in Windows.
##### Current version: 0.0.6 Alpha
##### Current version: 0.0.7 Alpha
## Purpose
@@ -18,6 +18,7 @@ Please see [Wiki](https://github.com/gogits/gogs/wiki) for project design, devel
- SSH protocal support.
- Register/delete account.
- Create/delete public repository.
- User/repository home page.
- Git repository manipulation.
## Installation