mirror of https://github.com/gogits/gogs.git
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
41c8e87be8
|
8 years ago | |
---|---|---|
.. | ||
LICENSE | 8 years ago | |
README.md | 8 years ago | |
blob.go | 8 years ago | |
command.go | 8 years ago | |
commit.go | 8 years ago | |
commit_archive.go | 8 years ago | |
error.go | 8 years ago | |
git.go | 8 years ago | |
hook.go | 8 years ago | |
repo.go | 8 years ago | |
repo_branch.go | 8 years ago | |
repo_commit.go | 8 years ago | |
repo_diff.go | 8 years ago | |
repo_hook.go | 8 years ago | |
repo_object.go | 8 years ago | |
repo_pull.go | 8 years ago | |
repo_tag.go | 8 years ago | |
repo_tree.go | 8 years ago | |
sha1.go | 8 years ago | |
signature.go | 8 years ago | |
submodule.go | 8 years ago | |
tag.go | 8 years ago | |
tree.go | 8 years ago | |
tree_blob.go | 8 years ago | |
tree_entry.go | 8 years ago | |
utils.go | 8 years ago |
README.md
Git Module
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.