Versions in this module Expand all Collapse all v2 v2.0.0 Jan 30, 2026 Changes in this version + var ErrConfigFileCannotBeWritten = &ConfigFileCannotBeWrittenErr + var ErrConfigFileIsInvalid = &ConfigFileIsInvalidErr + var ErrNoSectionOrNameProvided = &NoSectionOrNameProvidedErr + var ErrSectionOrKeyIsInvalid = &SectionOrKeyIsInvalidErr + var ErrTryingToUnsetAnOptionWhichDoesNotExist = &TryingToUnsetAnOptionWhichDoesNotExistErr + var ErrTryingToUseAnInvalidRegexp = &TryingToUseAnInvalidRegexpErr + func New(err error, gitCmd string, gitOutput string) error + type ConfigFileCannotBeWrittenErr struct + func (e *ConfigFileCannotBeWrittenErr) Error() string + type ConfigFileIsInvalidErr struct + func (e *ConfigFileIsInvalidErr) Error() string + type NoSectionOrNameProvidedErr struct + func (e *NoSectionOrNameProvidedErr) Error() string + type SectionOrKeyIsInvalidErr struct + func (e *SectionOrKeyIsInvalidErr) Error() string + type TryingToUnsetAnOptionWhichDoesNotExistErr struct + func (e *TryingToUnsetAnOptionWhichDoesNotExistErr) Error() string + type TryingToUseAnInvalidRegexpErr struct + func (e *TryingToUseAnInvalidRegexpErr) Error() string + type UnknownErr struct + func (e *UnknownErr) Error() string Other modules containing this package github.com/hekmekk/git-team