package
4.7.0+incompatible
Repository: https://github.com/urld/go-git.git
Documentation: pkg.go.dev

# Functions

New returns a DotGit value ready to be used.
NewWithOptions creates a new DotGit and 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.
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
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.