Achilleas Koutsou 885ecca43b Dependency update and cleanup 5 years ago
..
.gitignore 885ecca43b Dependency update and cleanup 5 years ago
.travis.yml 885ecca43b Dependency update and cleanup 5 years ago
LICENSE 04e7609c1d Vendor all dependencies 6 years ago
README.md 885ecca43b Dependency update and cleanup 5 years ago
blob.go 04e7609c1d Vendor all dependencies 6 years ago
command.go d24ec952fe [Rebase] Bug fix for file upload and cleanup 6 years ago
commit.go 885ecca43b Dependency update and cleanup 5 years ago
commit_archive.go 885ecca43b Dependency update and cleanup 5 years ago
deprecated.go 885ecca43b Dependency update and cleanup 5 years ago
error.go d24ec952fe [Rebase] Bug fix for file upload and cleanup 6 years ago
git.go 885ecca43b Dependency update and cleanup 5 years ago
go.mod 885ecca43b Dependency update and cleanup 5 years ago
go.sum 885ecca43b Dependency update and cleanup 5 years ago
hook.go 04e7609c1d Vendor all dependencies 6 years ago
remote.go 885ecca43b Dependency update and cleanup 5 years ago
repo.go 885ecca43b Dependency update and cleanup 5 years ago
repo_branch.go 885ecca43b Dependency update and cleanup 5 years ago
repo_commit.go 885ecca43b Dependency update and cleanup 5 years ago
repo_diff.go 885ecca43b Dependency update and cleanup 5 years ago
repo_hook.go 04e7609c1d Vendor all dependencies 6 years ago
repo_object.go 885ecca43b Dependency update and cleanup 5 years ago
repo_pull.go 885ecca43b Dependency update and cleanup 5 years ago
repo_tag.go 885ecca43b Dependency update and cleanup 5 years ago
repo_tree.go 04e7609c1d Vendor all dependencies 6 years ago
sha1.go 885ecca43b Dependency update and cleanup 5 years ago
signature.go 04e7609c1d Vendor all dependencies 6 years ago
submodule.go 04e7609c1d Vendor all dependencies 6 years ago
tag.go 04e7609c1d Vendor all dependencies 6 years ago
tree.go 885ecca43b Dependency update and cleanup 5 years ago
tree_blob.go 885ecca43b Dependency update and cleanup 5 years ago
tree_entry.go 885ecca43b Dependency update and cleanup 5 years ago
utils.go 885ecca43b Dependency update and cleanup 5 years ago

README.md

Git Module

Build Status Sourcegraph

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.8.3.
  • 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.