This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/vendor/code.gitea.io/git
2016-11-12 12:09:25 +01:00
..
blob.go
command.go
commit.go
commit_archive.go
doc.go Upgrade vendor "git" (#161) 2016-11-12 12:09:25 +01:00
error.go
git.go
hook.go Upgrade vendor "git" (#161) 2016-11-12 12:09:25 +01:00
LICENSE
README.md
repo.go Upgrade vendor "git" (#161) 2016-11-12 12:09:25 +01:00
repo_branch.go
repo_commit.go
repo_hook.go
repo_object.go
repo_pull.go
repo_tag.go
repo_tree.go
sha1.go
signature.go
submodule.go
tag.go
tree.go
tree_blob.go
tree_entry.go Upgrade vendor "git" (#161) 2016-11-12 12:09:25 +01:00
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.