Versions in this module Expand all Collapse all v0 v0.1.1 May 2, 2023 Changes in this version + type GitHelper interface + CloneBareRepo func(ctx context.Context, url string, destination string) error + CreateBundle func(ctx context.Context, repoDir string, filename string) (bool, error) + CreateBundleFromRefs func(ctx context.Context, repoDir string, filename string, refs map[string]string) error + CreateIncrementalBundle func(ctx context.Context, repoDir string, filename string, prereqs []string) (bool, error) + GetRemoteUrl func(ctx context.Context, repoDir string) (string, error) + UpdateBareRepo func(ctx context.Context, repoDir string) error + func NewGitHelper(l log.TraceLogger, c cmd.CommandExecutor) GitHelper