1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-30 07:21:35 +02:00
Git with a cup of tea, painless self-hosted git service https://gitea.io/
Go to file
Lunny Xiao f2e20c81b6 Refactor struct's time to remove unnecessary memory usage (#3142)
* refactor struct's time to remove unnecessary memory usage

* use AsTimePtr simple code

* fix tests

* fix time compare

* fix template on gpg

* use AddDuration instead of Add
2017-12-11 06:37:04 +02:00
.github
assets
cmd
contrib
custom/conf
docker Enable content trust when building image (#2972) 2017-12-03 18:21:10 +08:00
docs add quotation around ports in docker-compose.yml (#3090) 2017-12-05 14:03:40 +08:00
integrations Log unexpected responses in integration tests (#3138) 2017-12-11 10:15:27 +08:00
models Refactor struct's time to remove unnecessary memory usage (#3142) 2017-12-11 06:37:04 +02:00
modules Refactor struct's time to remove unnecessary memory usage (#3142) 2017-12-11 06:37:04 +02:00
options [skip ci] Updated translations via Crowdin 2017-12-10 02:52:04 +00:00
public Rework button styles on repo and commit page (#3104) 2017-12-07 09:26:12 +08:00
routers Refactor struct's time to remove unnecessary memory usage (#3142) 2017-12-11 06:37:04 +02:00
scripts
templates Refactor struct's time to remove unnecessary memory usage (#3142) 2017-12-11 06:37:04 +02:00
vendor Update code.gitea.io/git (#3137) 2017-12-11 10:23:34 +08:00
.changelog.yml
.dockerignore
.drone.yml Restore make test target (#3139) 2017-12-11 10:31:07 +08:00
.editorconfig
.gitattributes
.gitignore
.lgtm
CHANGELOG.md Backport changelog for 1.3 release (#3120) 2017-12-08 18:20:48 +01:00
CONTRIBUTING.md fixed in-page-link in CONTRIBUTING.md (#3087) 2017-12-04 16:05:12 +02:00
DCO
Dockerfile Update alpine to 3.7 (#3121) 2017-12-10 10:50:50 +08:00
LICENSE
main.go
MAINTAINERS
Makefile Restore make test target (#3139) 2017-12-11 10:31:07 +08:00
package.json
README_ZH.md
README.md

简体中文

Gitea - Git with a cup of tea

Build Status Join the Discord chat at https://discord.gg/NsatcWJ Join the Matrix chat at https://matrix.to/#/#gitea:matrix.org codecov Go Report Card GoDoc Release

Dashboard Repository Commits History
Branches Issues Pull Request View
Releases Activity Wiki
Diff Organization Profile

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 since 2016.11 but changed a lot.

Notes

  1. YOU MUST READ THE CONTRIBUTORS GUIDE BEFORE STARTING TO WORK ON A PULL REQUEST.
  2. If you have 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 have questions that are not covered by the documentation, you can get in contact with us on our Discord server, Matrix room, or 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.