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

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.