You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sandro Santilli 6e4252dad4 Replace gogits/git-module dependency with go-gitea/git (#94)
* Replace gogits/git-module dependency with go-gitea/git

Fixes #92

* Remove git alias for git module import (not needed)
8 years ago
..
LICENSE Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
README.md Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
blob.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
command.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
commit.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
commit_archive.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
error.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
git.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
hook.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
repo.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
repo_branch.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
repo_commit.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
repo_hook.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
repo_object.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
repo_pull.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
repo_tag.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
repo_tree.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
sha1.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
signature.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
submodule.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
tag.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
tree.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
tree_blob.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
tree_entry.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
utlis.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago

README.md

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.