You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(config): route all git calls through internal/git.Git
config.Config previously shelled out to git directly via exec.Command,
bypassing the safeexec.LookPath resolution that internal/git provides.
This adds ConfigGet/ConfigSet/ConfigUnset/ConfigSetWithComment/ConfigGetRegexp
methods to git.Git, rewires Config to accept a *git.Git dependency
(Load(path) becomes New(g)), and flips the construction order in all
cmd/ call sites so git.New runs first.
0 commit comments