Yoginth ae436226f9 update gitlab.com/gitote/git-module 7 лет назад
..
LICENSE bc701732b4 Initial Commit 7 лет назад
README.md bc701732b4 Initial Commit 7 лет назад
blob.go bc701732b4 Initial Commit 7 лет назад
command.go bc701732b4 Initial Commit 7 лет назад
commit.go ae436226f9 update gitlab.com/gitote/git-module 7 лет назад
commit_archive.go bc701732b4 Initial Commit 7 лет назад
error.go bc701732b4 Initial Commit 7 лет назад
git.go ae436226f9 update gitlab.com/gitote/git-module 7 лет назад
hook.go bc701732b4 Initial Commit 7 лет назад
repo.go bc701732b4 Initial Commit 7 лет назад
repo_branch.go bc701732b4 Initial Commit 7 лет назад
repo_commit.go bc701732b4 Initial Commit 7 лет назад
repo_diff.go bc701732b4 Initial Commit 7 лет назад
repo_hook.go bc701732b4 Initial Commit 7 лет назад
repo_object.go bc701732b4 Initial Commit 7 лет назад
repo_pull.go bc701732b4 Initial Commit 7 лет назад
repo_tag.go bc701732b4 Initial Commit 7 лет назад
repo_tree.go bc701732b4 Initial Commit 7 лет назад
sha1.go bc701732b4 Initial Commit 7 лет назад
signature.go bc701732b4 Initial Commit 7 лет назад
submodule.go bc701732b4 Initial Commit 7 лет назад
tag.go bc701732b4 Initial Commit 7 лет назад
tree.go bc701732b4 Initial Commit 7 лет назад
tree_blob.go bc701732b4 Initial Commit 7 лет назад
tree_entry.go bc701732b4 Initial Commit 7 лет назад
utils.go bc701732b4 Initial Commit 7 лет назад

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.