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.
Fisher Yu 1d44cdb3dd
gogs init
6 years ago
..
LICENSE gogs init 6 years ago
README.md gogs init 6 years ago
blob.go gogs init 6 years ago
command.go gogs init 6 years ago
commit.go gogs init 6 years ago
commit_archive.go gogs init 6 years ago
error.go gogs init 6 years ago
git.go gogs init 6 years ago
hook.go gogs init 6 years ago
repo.go gogs init 6 years ago
repo_branch.go gogs init 6 years ago
repo_commit.go gogs init 6 years ago
repo_diff.go gogs init 6 years ago
repo_hook.go gogs init 6 years ago
repo_object.go gogs init 6 years ago
repo_pull.go gogs init 6 years ago
repo_tag.go gogs init 6 years ago
repo_tree.go gogs init 6 years ago
sha1.go gogs init 6 years ago
signature.go gogs init 6 years ago
submodule.go gogs init 6 years ago
tag.go gogs init 6 years ago
tree.go gogs init 6 years ago
tree_blob.go gogs init 6 years ago
tree_entry.go gogs init 6 years ago
utils.go gogs init 6 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.