gogs/vendor/github.com/gogits/git-module
Unknwon 7de71333c6
repo: several minor improvements
1. Fix sample content didn't show up when hook doesn't exist.
2. Fix CSS 'word-break' to use 'break-word' not 'break-all'.
3. Fix single quote in 'locale_en-US.ini' file.
2017-02-19 13:18:16 -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 commits: able to specify pageSize dynamically (#3965) 2017-02-18 18:37:47 -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 repo: several minor improvements 2017-02-19 13:18:16 -05:00
hook.go repo: several minor improvements 2017-02-19 13:18:16 -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 cron: add repository archive cleanup (#4061) 2017-02-18 19:35:59 -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 repo/release: add pagination (#2164) 2017-02-17 17:41:55 -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.