Go to file
Bo-Yi Wu 9ff371a147 ignore coverage steps. (#2257)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-08-04 22:08:50 +08:00
.github
assets
cmd
conf
contrib
docker
integrations
models Convert xorm literal queries to method calls (#2253) 2017-08-04 12:42:51 +08:00
modules Fix internal requests when gitea listens to unix socket or only external IP (#2234) 2017-08-03 23:32:13 +08:00
options
public Prevent selection of diff line numbers (#2240) 2017-08-01 10:27:17 +08:00
routers Fix counts on issues dashboard (#2215) 2017-08-03 13:09:16 +08:00
scripts
templates Fix counts on issues dashboard (#2215) 2017-08-03 13:09:16 +08:00
vendor update code.gitea.io/git in vendor to fix #2245 (#2250) 2017-08-03 21:48:36 +08:00
.dockerignore
.drone.yml ignore coverage steps. (#2257) 2017-08-04 22:08:50 +08:00
.drone.yml.sig
.editorconfig
.gitattributes
.gitignore
.lgtm
CHANGELOG.md add changelog of release v1.1.3 (#2252) 2017-08-03 16:15:39 +08:00
CONTRIBUTING.md
DCO
Dockerfile
Dockerfile.aarch64
Dockerfile.rpi
LICENSE
main.go Fix for #828: Embed build tags (#1051) 2017-02-28 08:40:02 +08:00
MAINTAINERS
Makefile
README.md
README_ZH.md

简体中文

Gitea - Git with a cup of tea

Build Status Join the chat at https://img.shields.io/discord/322538954119184384.svg Coverage Status Go Report Card GoDoc Release

Dashboard Repository Commits History
Profile Admin Dashboard Diff
Issues Releases Organization

Purpose

The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. Using Go, this can be done with an independent binary distribution across all platforms which Go supports, including Linux, macOS, and Windows on x86, amd64, ARM and PowerPC architectures. Want to try it before doing anything else? Do it with the online demo! This project has been forked from Gogs.

Notes

  1. YOU MUST READ THE CONTRIBUTORS GUIDE BEFORE STARTING TO WORK ON A PULL REQUEST.
  2. If you found a vulnerability in the project, please write privately to security@gitea.io. Thanks!
  3. If you're interested in using our APIs, we have experimental support with documentation.

Docs

For more information and instructions about how to install Gitea please look at our documentation. If you cannot find some specific information, then head over to our Discord server to chat with us or use the forum.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

This project is licensed under the MIT License. See the LICENSE file for the full license text.