Versions in this module Expand all Collapse all v2 v2.0.0 Jan 30, 2026 Changes in this version + type GitConfigDataSink struct + GitConfigWriter gitconfig.Writer + func NewGitConfigDataSink(gitConfigWriter gitconfig.Writer) GitConfigDataSink + func (ds GitConfigDataSink) PersistDisabled(scope activationscope.Scope) error + func (ds GitConfigDataSink) PersistEnabled(scope activationscope.Scope, coauthors []string, previousHooksPath string) error + type GitConfigDataSource struct + GitConfigReader gitconfig.Reader + func NewGitConfigDataSource(gitConfigReader gitconfig.Reader) GitConfigDataSource + func (ds GitConfigDataSource) Query(activationScope activationscope.Scope) (state.State, error) Other modules containing this package github.com/hekmekk/git-team