Unknwon 039dc33367 git: delegate all server-side Git hooks (#1623) il y a 8 ans
..
LICENSE 2fd69f13d9 vendor: check in vendors il y a 8 ans
README.md 2fd69f13d9 vendor: check in vendors il y a 8 ans
blob.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
command.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
commit.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
commit_archive.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
error.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
git.go 039dc33367 git: delegate all server-side Git hooks (#1623) il y a 8 ans
hook.go 039dc33367 git: delegate all server-side Git hooks (#1623) il y a 8 ans
repo.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
repo_branch.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
repo_commit.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
repo_hook.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
repo_object.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
repo_pull.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
repo_tag.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
repo_tree.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
sha1.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
signature.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
submodule.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
tag.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
tree.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
tree_blob.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
tree_entry.go 2fd69f13d9 vendor: check in vendors il y a 8 ans
utils.go 2fd69f13d9 vendor: check in vendors il y a 8 ans

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.