Versions in this module Expand all Collapse all v2 v2.0.0 Jan 30, 2026 Changes in this version + type Aborted struct + type Dependencies struct + ActivationValidator activation.Validator + CommitSettingsReader commitsettings.Reader + ConfigReader config.Reader + CreateHooksDir func(path string, perm os.FileMode) error + CreateTemplateDir func(path string, perm os.FileMode) error + GetEnv func(string) string + GetWd func() (string, error) + GitConfigReader gitconfig.Reader + GitConfigWriter gitconfig.Writer + GitResolveAliases func(aliases []string) ([]string, []error) + Lstat func(path string) (os.FileInfo, error) + Remove func(path string) error + SanityCheckCoauthors func([]string) []error + StateWriter state.Writer + Symlink func(realPath string, linkPath string) error + WriteHookFile func(path string, data []byte, mode os.FileMode) error + WriteTemplateFile func(path string, data []byte, mode os.FileMode) error + type Failed struct + Reason []error + type Policy struct + Deps Dependencies + Req Request + func (policy Policy) Apply() events.Event + type Request struct + AliasesAndCoauthors *[]string + UseAll *bool + type Succeeded struct Other modules containing this package github.com/hekmekk/git-team