gogs/vendor/github.com/gogits/git-module
Unknwon 3b49a99b60
wiki: fix crash with blob name contains tab (#3916)
2017-02-16 11:47:54 -05:00
..
LICENSE vendor: check in vendors 2017-02-09 19:48:13 -05:00
README.md wiki: fix crash with blob name contains tab (#3916) 2017-02-16 11:47:54 -05:00
blob.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
command.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
commit.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
commit_archive.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
error.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
git.go wiki: fix crash with blob name contains tab (#3916) 2017-02-16 11:47:54 -05:00
hook.go vendor: update git-module 2017-02-14 17:21:55 -05:00
repo.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
repo_branch.go vendor: update git-module (#4128) 2017-02-15 18:34:02 -05:00
repo_commit.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
repo_hook.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
repo_object.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
repo_pull.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
repo_tag.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
repo_tree.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
sha1.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
signature.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
submodule.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
tag.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
tree.go wiki: fix crash with blob name contains tab (#3916) 2017-02-16 11:47:54 -05:00
tree_blob.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
tree_entry.go Fix compilation error 2017-02-15 04:09:07 -05:00
utils.go vendor: check in vendors 2017-02-09 19:48:13 -05:00

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.