gogs/vendor/github.com/gogits/git-module
Unknwon 7b85ee4954
vendor: update github.com/gogits/git-module (#4475)
2017-06-08 16:56:09 -04:00
..
LICENSE vendor: check in vendors 2017-02-09 19:48:13 -05:00
README.md vendor: update github.com/gogits/git-module 2017-04-03 15:09:53 -04: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 models/repo_diff: move core functions to gogits/git-module 2017-04-04 01:45:57 -04:00
commit_archive.go vendor: check in vendors 2017-02-09 19:48:13 -05:00
error.go repo/pull: detect case when no merge base found (#4434) 2017-06-05 00:10:53 -04:00
git.go vendor: update github.com/gogits/git-module (#4475) 2017-06-08 16:56:09 -04:00
hook.go repo: several minor improvements 2017-02-19 13:18:16 -05:00
repo.go modes/mirror: make Updated unchanged if no new commits fetched (#4341) 2017-04-06 20:58:57 -04:00
repo_branch.go vendor: update git-module (#4128) 2017-02-15 18:34:02 -05:00
repo_commit.go repo/commit: improve error detection 2017-04-04 02:01:29 -04:00
repo_diff.go vendor: update github.com/gogits/git-module (#4475) 2017-06-08 16:56:09 -04: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: update github.com/gogits/git-module 2017-06-05 13:35:13 -04:00
repo_tag.go release: improve page load performance 2017-03-10 14:12:46 -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.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.