aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Mirror bug fixUnknown2014-04-11
|
* Merge pull request #73 from zhsso/dev无闻2014-04-11
|\ | | | | combine getCommit ById and ByBranch in routers/repo/commit.go
| * combine getCommit ById and ByBranch in routers/repo/commit.gozhsso2014-04-11
|/
* Fix #65 fix #57Unknown2014-04-11
|
* Merge branch 'dev' of github.com:gogits/gogs into devUnknown2014-04-11
|\
| * Merge branch 'dev' of github.com:gogits/gogs into devskyblue2014-04-12
| |\
| * | clean oauth2 codeskyblue2014-04-12
| | |
* | | Support private repoUnknown2014-04-11
| |/ |/|
* | Pages in commits list pageUnknown2014-04-11
| |
* | Add search commitsUnknown2014-04-11
| |
* | UPDATE READMEUnknown2014-04-11
|/
* Merge branch 'dev' of github.com:gogits/gogs into devskyblue2014-04-12
|\
| * UPDATE READMEUnknown2014-04-11
| |
| * Merge branch 'master' of github.com:gogits/gogs into devUnknown2014-04-11
| |\
| | * Merge pull request #72 from dockboard/master无闻2014-04-11
| | |\ | | | | | | | | Add Docker Deploy Support
| | | * Update README.mdcrystaldust2014-04-11
| | | | | | | | | | | | Update the guide of how to deploy gogs in docker with the scripts.
| | | * Fix the path problem, which will build the mysql image as the gogits imageLance Ju2014-04-11
| | | |
| | | * Add the auto build scripts for deplying gogs with Docker.Lance Ju2014-04-11
| | | |
| | | * Add the scirpts for auto deploy.crystaldust2014-04-10
| | | |
| | | * Update README.mdMeaglith Ma2014-04-09
| | | |
| | | * Create README.mdMeaglith Ma2014-04-09
| | | |
| | | * Temp commitMeaglith Ma2014-04-06
| | | |
| | | * Merge remote-tracking branch 'upstream/master'Meaglith Ma2014-04-06
| | | |\
| | | * | Update the Golang Dockerfile and add mysql DockerfileMeaglith Ma2014-04-01
| | | | |
| | | * | Merge branch 'master' of https://github.com/gogits/gogsMeaglith Ma2014-04-01
| | | |\ \
| | | * | | Init dockerfiles folder and base gogs DockerfileMeaglith Ma2014-04-01
| | | | | |
| | | * | | Merge pull request #1 from gogits/masterMeaglith Ma2014-03-31
| | | |\ \ \ | | | | | | | | | | | | | | Sync to lastest
| * | | \ \ \ Merge branch 'dev' of github.com:gogits/gogs into devUnknown2014-04-11
| |\ \ \ \ \ \
| | * | | | | | add search form in top navbarFuXiaoHei2014-04-11
| | | | | | | |
| * | | | | | | Mirror bug fixUnknown2014-04-11
| | | | | | | |
* | | | | | | | finish github oauth2 supportskyblue2014-04-12
| |/ / / / / / |/| | | | | |
* | | | | | | add pager in commit-page, finish commit search formFuXiaoHei2014-04-11
| | | | | | |
* | | | | | | upgrade bootstrap to 3.1.1, upgrade todc bootstrap themeFuXiaoHei2014-04-11
|/ / / / / /
* | | | | | Bug fixUnknown2014-04-11
| | | | | |
* | | | | | Bug fixUnknown2014-04-10
| | | | | |
* | | | | | fix #52 fix #34Unknown2014-04-10
| | | | | |
* | | | | | remove traceLunny Xiao2014-04-11
| | | | | |
* | | | | | Merge branch 'dev' of github.com:gogits/gogs into devLunny Xiao2014-04-11
|\ \ \ \ \ \
| * | | | | | Add support default branchUnknown2014-04-10
| | | | | | |
| * | | | | | Fix #69Unknown2014-04-10
| | | | | | |
| * | | | | | Add flashUnknown2014-04-10
| | | | | | |
| * | | | | | Merge branch 'master' of github.com:gogits/gogs into devUnknown2014-04-10
| |\| | | | |
| * | | | | | Merge branch 'dev' of github.com:gogits/gogs into devUnknown2014-04-10
| |\ \ \ \ \ \
| * | | | | | | Work on form resubmitUnknown2014-04-10
| | | | | | | |
* | | | | | | | add actions for http pushLunny Xiao2014-04-11
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #70 from zhsso/git无闻2014-04-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Git
| * | | | | | | fixzhsso2014-04-10
| | | | | | | |
| * | | | | | | mistakeszhsso2014-04-10
| | | | | | | |
| * | | | | | | Fix wrong path nameGogs2014-04-10
| | | | | | | |
| * | | | | | | speedup models.getReposFiles, using os.ExecGogs2014-04-10
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | but the results may different with before