A Go module for Git access through shell
Перейти к файлу
zeripath 63b74d438b
Backport of go-gitea/gitea#6555 (#152)
2019-04-11 18:08:47 +01:00
.github
docker/ci
tests/repos/repo1_bare
vendor
.drone.yml
.editorconfig
.gitignore
.lgtm
CONTRIBUTING.md
DCO
Gopkg.lock
Gopkg.toml
LICENSE
MAINTAINERS Update MAINTAINERS (#150) 2019-03-21 11:50:13 -04:00
Makefile
README.md
blob.go
blob_test.go
cache.go add last commit cache interface (#144) 2019-02-12 19:00:42 +08:00
command.go command: fix NewCommand (#135) 2018-11-28 00:50:05 +02:00
command_test.go
commit.go get branch from commit sha1 (#142) 2019-02-03 23:53:29 +00:00
commit_archive.go
commit_info.go add last commit cache interface (#144) 2019-02-12 19:00:42 +08:00
commit_info_test.go add last commit cache interface (#144) 2019-02-12 19:00:42 +08:00
commit_test.go
doc.go
error.go
git.go
hook.go Update IsActive on Hook.Update (#151) 2019-03-26 18:55:21 +02:00
parse.go
parse_test.go
ref.go
repo.go
repo_blame.go
repo_blob.go
repo_blob_test.go
repo_branch.go
repo_branch_test.go
repo_commit.go Fix panic on signed empty commit message (go-gitea/gitea#6292) (#149) 2019-03-11 07:11:10 +00:00
repo_commit_test.go Fix for bad commitID to show up in error (#148) 2019-03-08 02:44:27 -05:00
repo_hook.go
repo_object.go
repo_pull.go Backport of go-gitea/gitea#6555 (#152) 2019-04-11 18:08:47 +01:00
repo_pull_test.go
repo_ref.go
repo_ref_test.go
repo_tag.go fix bug when get tag id (#147) 2019-03-02 09:11:11 +08:00
repo_tag_test.go fix bug when get tag id (#147) 2019-03-02 09:11:11 +08:00
repo_test.go
repo_tree.go
sha1.go
signature.go
submodule.go fix submodule has port (#136) 2019-01-23 08:56:45 +02:00
submodule_test.go fix submodule has port (#136) 2019-01-23 08:56:45 +02:00
tag.go
tree.go Fixed a bug where TreeEntries were getting cached, (thanks @filipnavara) (#139) 2019-01-16 11:17:40 +08:00
tree_blob.go
tree_entry.go
tree_entry_test.go
utils.go

README.md

Git Shell

Build Status Join the chat at https://img.shields.io/discord/322538954119184384.svg codecov Go Report Card GoDoc

This project is a Go module to access Git through shell commands. For further informations take a look at the current documentation.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

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