You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Unknwon 7de71333c6
repo: several minor improvements
8 years ago
..
LICENSE vendor: check in vendors 8 years ago
README.md wiki: fix crash with blob name contains tab (#3916) 8 years ago
blob.go vendor: check in vendors 8 years ago
command.go vendor: check in vendors 8 years ago
commit.go commits: able to specify pageSize dynamically (#3965) 8 years ago
commit_archive.go vendor: check in vendors 8 years ago
error.go vendor: check in vendors 8 years ago
git.go repo: several minor improvements 8 years ago
hook.go repo: several minor improvements 8 years ago
repo.go vendor: check in vendors 8 years ago
repo_branch.go vendor: update git-module (#4128) 8 years ago
repo_commit.go cron: add repository archive cleanup (#4061) 8 years ago
repo_hook.go vendor: check in vendors 8 years ago
repo_object.go vendor: check in vendors 8 years ago
repo_pull.go vendor: check in vendors 8 years ago
repo_tag.go repo/release: add pagination (#2164) 8 years ago
repo_tree.go vendor: check in vendors 8 years ago
sha1.go vendor: check in vendors 8 years ago
signature.go vendor: check in vendors 8 years ago
submodule.go vendor: check in vendors 8 years ago
tag.go vendor: check in vendors 8 years ago
tree.go wiki: fix crash with blob name contains tab (#3916) 8 years ago
tree_blob.go vendor: check in vendors 8 years ago
tree_entry.go Fix compilation error 8 years ago
utils.go vendor: check in vendors 8 years ago

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