package
4.0.0-rc4+incompatible
Repository: https://github.com/oneplus1000/go-git.git
Documentation: pkg.go.dev

# Functions

MatchAny returns true if any of the RefSpec match with the given ReferenceName.
NewConfig returns a new empty Config.

# Constants

DefaultRefSpec is the default refspec used, when none is given.

# 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

Config contains the repository configuration.
RemoteConfig contains the configuration for a given repository.

# Interfaces

ConfigStorer generic storage of Config object.

# Type aliases

RefSpec is a mapping from local branches to remote references The format of the refspec is an optional +, followed by <src>:<dst>, where <src> is the pattern for references on the remote side and <dst> is where those references will be written locally.