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 8d0417497b
modes/mirror: make Updated unchanged if no new commits fetched (#4341)
8 years ago
..
LICENSE vendor: check in vendors 8 years ago
README.md vendor: update github.com/gogits/git-module 8 years ago
blob.go vendor: check in vendors 8 years ago
command.go vendor: check in vendors 8 years ago
commit.go models/repo_diff: move core functions to gogits/git-module 8 years ago
commit_archive.go vendor: check in vendors 8 years ago
error.go vendor: check in vendors 8 years ago
git.go modes/mirror: make Updated unchanged if no new commits fetched (#4341) 8 years ago
hook.go repo: several minor improvements 8 years ago
repo.go modes/mirror: make Updated unchanged if no new commits fetched (#4341) 8 years ago
repo_branch.go vendor: update git-module (#4128) 8 years ago
repo_commit.go repo/commit: improve error detection 8 years ago
repo_diff.go models/repo_diff: move core functions to gogits/git-module 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 release: improve page load performance 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.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.