modulepackage
0.0.0-20171013042608-16c37513c71a
Repository: https://github.com/gogits/git.git
Documentation: pkg.go.dev
# README
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.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Create a new sha1 from a 20 byte slice.
Create a new sha1 from a Sha1 string of length 40.
No description provided by the author
No description provided by the author
Open the repository at the given path.
No description provided by the author
Add '<type> <size>\x00' to beginning of `r`.
No description provided by the author
No description provided by the author
Write an the object contents in `r` in compressed form to `w` and return the hash.
No description provided by the author
UnpackRefs unpacks 'packed-refs' to git repository.
# Constants
No description provided by the author
No description provided by the author
drop commit and do not follow parents.
drop commit but traverse parents.
stop traverse.
take commit and follow parents.
take commit but not traverse parents.
No description provided by the author
No description provided by the author
There are only a few file modes in Git.
There are only a few file modes in Git.
There are only a few file modes in Git.
There are only a few file modes in Git.
There are only a few file modes in Git.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
Commit represents a git commit.
A Repository is the base of all other actions.
Author and Committer information.
Tag.
A tree is a flat directory listing.
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
CommitComparator defines callback type for checking commit equalty.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Who am I?.
No description provided by the author