gogs/vendor/github.com/gogits/git-module
Unknwon 039dc33367
git: delegate all server-side Git hooks (#1623)
2017-02-14 16:22:16 -05:00
..
LICENSE vendor: check in vendors 2017-02-09 19:48:13 -05:00
README.md vendor: check in vendors 2017-02-09 19:48:13 -05:00
blob.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
command.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
commit.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
commit_archive.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
error.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
git.go git: delegate all server-side Git hooks (#1623) 2017-02-14 16:22:16 -05:00
hook.go git: delegate all server-side Git hooks (#1623) 2017-02-14 16:22:16 -05:00
repo.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
repo_branch.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
repo_commit.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
repo_hook.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
repo_object.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
repo_pull.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
repo_tag.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
repo_tree.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
sha1.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
signature.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
submodule.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
tag.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
tree.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
tree_blob.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
tree_entry.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
utils.go vendor: check in vendors 2017-02-09 19:48:13 -05:00

README.md

Git Module Build Status

Package git-module is a Go module for Git access through shell commands.

Limitations

  • Go version must be at least 1.3.
  • Git version must be no less than 1.7.1, and greater than or equal to 1.8.0 is recommended.
  • For Windows users, try use as new a version as possible.

License

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