package
4.0.0-rc9+incompatible
Repository: https://github.com/hatajoe/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.
NewModules returns a new empty Modules.
# Constants
DefaultFetchRefSpec is the default refspec used for fetch.
DefaultPushRefSpec is the default refspec used for push.
# 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
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 ftp://www.kernel.org/pub/software/scm/git/docs/git-config.html#FILES.
Modules defines the submodules properties, represents a .gitmodules file https://www.kernel.org/pub/software/scm/git/docs/gitmodules.html.
RemoteConfig contains the configuration for a given remote repository.
Submodule defines a submodule.
# 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.