Package GoGits - Git is a pure Go implementation of Git manipulation.
Switch branches/tags
Nothing to show
Clone or download
Pull request Compare This branch is 98 commits ahead, 37 commits behind speedata:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
testdata Add support for packed refs in GetTags() (#31) Oct 13, 2017
.gitignore fix comment Aug 19, 2014
LICENSE Support for tag and branch contains “”/ Apr 23, 2014
README.md Support for tag and branch contains “”/ Apr 23, 2014
blob.go run megacheck from github.com/dominikh/go-tools (#30) Jun 15, 2017
commit.go Add commit summary method Apr 27, 2014
commit_archive.go move some internal api to io.Reader method May 25, 2014
commit_test.go blobnil: testcase Aug 23, 2015
commit_utils.go init new git api Apr 13, 2014
reference.go Merge branch 'master' of https://github.com/gogits/git into dev Apr 13, 2014
repo.go run megacheck from github.com/dominikh/go-tools (#30) Jun 15, 2017
repo_branch.go Add support for packed refs in GetTags() (#31) Oct 13, 2017
repo_commit.go Added comment to Repository.CommitsBefore() method. (#24) Sep 4, 2016
repo_history.go fix history search bugs Jan 25, 2016
repo_history_handlers.go fix history search bugs Jan 25, 2016
repo_object.go run megacheck from github.com/dominikh/go-tools (#30) Jun 15, 2017
repo_tag.go Add support for packed refs in GetTags() (#31) Oct 13, 2017
repo_test.go Add support for packed refs in GetTags() (#31) Oct 13, 2017
repo_tree.go v Apr 15, 2014
repo_utils.go run megacheck from github.com/dominikh/go-tools (#30) Jun 15, 2017
repo_utils_reader.go fix packed files read for 1.7 (#21) Aug 19, 2016
sha1.go run megacheck from github.com/dominikh/go-tools (#30) Jun 15, 2017
signature.go Implemented Stringer interface on Signature type (#23) Sep 4, 2016
tag.go add tag Jun 28, 2014
tree.go run megacheck from github.com/dominikh/go-tools (#30) Jun 15, 2017
tree_blob.go Support for tag and branch contains “”/ Apr 23, 2014
tree_entry.go Fix ModeExec permissions May 23, 2015
tree_utils.go run megacheck from github.com/dominikh/go-tools (#30) Jun 15, 2017
utils.go run megacheck from github.com/dominikh/go-tools (#30) Jun 15, 2017

README.md

GoGits - Git

Package GoGits - Git is a pure Go implementation of Git manipulation.

History

  • This repository was a fork but it's now completely no relation with the upstream.

Requirements

  • Git: In order to not affects development of Gogs, some of APIs use Git commands, but will eventually rewritten in Go.

License

Go Walker is under Apache v2 License. See the LICENSE file for the full license text.