1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-08 04:45:09 -04:00
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
..
blob.go
command.go
commit_archive.go
commit.go
CONTRIBUTING.md
DCO
doc.go
error.go
git.go
hook.go Take back control of hooks (#1006) 2017-02-23 11:40:44 +08:00
LICENSE
MAINTAINERS
Makefile
README.md
repo_blame.go Take back control of hooks (#1006) 2017-02-23 11:40:44 +08:00
repo_branch.go
repo_commit.go
repo_hook.go
repo_object.go
repo_pull.go
repo_tag.go
repo_tree.go
repo.go
sha1.go
signature.go
submodule.go
tag.go
tree_blob.go
tree_entry.go
tree.go
utils.go

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.