gitea/vendor/code.gitea.io/git
Lunny Xiao 0e6b9ea786 Take back control of hooks (#1006)
* git: delegate all server-side Git hooks (#1623)

* create hooks directories

* take control hooks back

* fix lint

* bug fixed and minor changes

* fix imports style

* fix migration scripts
2017-02-23 11:40:44 +08:00
..
CONTRIBUTING.md Add checkbox to search for all the branches by commit message (#813) 2017-02-05 22:43:28 +08:00
DCO Upgrade vendor "git" (#175) 2016-11-15 23:24:08 +08:00
LICENSE Upgrade vendor "git" (#175) 2016-11-15 23:24:08 +08:00
MAINTAINERS Add checkbox to search for all the branches by commit message (#813) 2017-02-05 22:43:28 +08:00
Makefile bug fix release 2017-01-09 21:54:03 +01:00
README.md update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
blob.go update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
command.go update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
commit.go Add checkbox to search for all the branches by commit message (#813) 2017-02-05 22:43:28 +08:00
commit_archive.go update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
doc.go Upgrade vendor "git" (#161) 2016-11-12 12:09:25 +01:00
error.go update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
git.go update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
hook.go Take back control of hooks (#1006) 2017-02-23 11:40:44 +08:00
repo.go update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
repo_blame.go Take back control of hooks (#1006) 2017-02-23 11:40:44 +08:00
repo_branch.go Add checkbox to search for all the branches by commit message (#813) 2017-02-05 22:43:28 +08:00
repo_commit.go Add checkbox to search for all the branches by commit message (#813) 2017-02-05 22:43:28 +08:00
repo_hook.go update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
repo_object.go update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
repo_pull.go update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
repo_tag.go bug fix release 2017-01-09 21:54:03 +01:00
repo_tree.go update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
sha1.go update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
signature.go Update import paths from github.com/go-gitea to code.gitea.io (#135) 2016-11-10 17:24:48 +01:00
submodule.go update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
tag.go Make releases faster than before and resolved #490 (#588) 2017-01-06 09:51:15 +08:00
tree.go update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
tree_blob.go update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
tree_entry.go bug fix release 2017-01-09 21:54:03 +01:00
utils.go update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00

README.md

Git Shell

Build Status Join the chat at https://gitter.im/go-gitea/gitea Coverage Status Go Report Card GoDoc

This project is a Go module to access Git through shell commands. For further informations take a look at the current documentation.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

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