package
5.4.6
Repository: https://github.com/get-woke/go-git.git
Documentation: pkg.go.dev

# Functions

New returns a DotGit value ready to be used.
No description provided by the author
No description provided by the author
NewWithOptions sets non default configuration options.

# Variables

ErrConfigNotFound is returned by Config when the config is not found.
ErrIdxNotFound is returned by Idxfile when the idx file is not found.
ErrIsDir is returned when a reference file is attempting to be read, but the path specified is a directory.
ErrNotFound is returned by New when the path is not found.
ErrPackedRefsBadFormat is returned when the packed-ref file corrupt.
ErrPackedRefsDuplicatedRef is returned when a duplicated reference is found in the packed-ref file.
ErrPackfileNotFound is returned by Packfile when the packfile is not found.
ErrSymRefTargetNotFound is returned when a symbolic reference is targeting a non-existing object.

# Structs

The DotGit type represents a local git repository on disk.
No description provided by the author
No description provided by the author
Options holds configuration for the storage.
PackWriter is a io.Writer that generates the packfile index simultaneously, a packfile.Decoder is used with a file reader to read the file being written this operation is synchronized with the write operations.
RepositoryFilesystem is a billy.Filesystem compatible object wrapper which handles dot-git filesystem operations and supports commondir according to git scm layout: https://github.com/git/git/blob/master/Documentation/gitrepository-layout.txt.