Gitote bc701732b4 Initial Commit 7 years ago
..
LICENSE bc701732b4 Initial Commit 7 years ago
README.md bc701732b4 Initial Commit 7 years ago
blob.go bc701732b4 Initial Commit 7 years ago
command.go bc701732b4 Initial Commit 7 years ago
commit.go bc701732b4 Initial Commit 7 years ago
commit_archive.go bc701732b4 Initial Commit 7 years ago
error.go bc701732b4 Initial Commit 7 years ago
git.go bc701732b4 Initial Commit 7 years ago
hook.go bc701732b4 Initial Commit 7 years ago
repo.go bc701732b4 Initial Commit 7 years ago
repo_branch.go bc701732b4 Initial Commit 7 years ago
repo_commit.go bc701732b4 Initial Commit 7 years ago
repo_diff.go bc701732b4 Initial Commit 7 years ago
repo_hook.go bc701732b4 Initial Commit 7 years ago
repo_object.go bc701732b4 Initial Commit 7 years ago
repo_pull.go bc701732b4 Initial Commit 7 years ago
repo_tag.go bc701732b4 Initial Commit 7 years ago
repo_tree.go bc701732b4 Initial Commit 7 years ago
sha1.go bc701732b4 Initial Commit 7 years ago
signature.go bc701732b4 Initial Commit 7 years ago
submodule.go bc701732b4 Initial Commit 7 years ago
tag.go bc701732b4 Initial Commit 7 years ago
tree.go bc701732b4 Initial Commit 7 years ago
tree_blob.go bc701732b4 Initial Commit 7 years ago
tree_entry.go bc701732b4 Initial Commit 7 years ago
utils.go bc701732b4 Initial Commit 7 years ago

README.md

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

Limitations

  • Go version must be at least 1.4.
  • Git version must be no less than 1.7.1, and greater than or equal to 1.8.3 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.