gitea/vendor/code.gitea.io/git
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io (#135)
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis

See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
2016-11-10 17:24:48 +01:00
..
blob.go
command.go
commit_archive.go
commit.go
error.go
git.go
hook.go
LICENSE
README.md
repo_branch.go
repo_commit.go
repo_hook.go
repo_object.go
repo_pull.go
repo_tag.go
repo_tree.go
repo.go
sha1.go
signature.go
submodule.go
tag.go
tree_blob.go
tree_entry.go
tree.go
utlis.go

Git Shell Build # Status

Package git is a Go module for Git access through shell commands.

Limitations

  • Go version must be at least 1.3.
  • Git version must be no less than 1.7.1, and great than or equal to 1.8.0 is recommended.
  • For Windows users, try use as higher version as possible.

License

This project is under the MIT License. See the LICENSE file for the full license text.