Versions in this module Expand all Collapse all v1 v1.0.4 Oct 31, 2024 Changes in this version + var CommitMap = make(map[string]string) + var MemoryStatsWrapper = func(memStats *runtime.MemStats) + func ForcePush(ref string) error + func GetCachedGitOutput(args ...string) ([]byte, error) + func GetCommits(ref string) ([]string, error) + func GetRefs() ([]string, error) + func GetTree(commit string) (string, error) + func IsBinary(content []byte) bool + func ProcessBlob(sha, path string, secrets []string) (string, error) + func ProcessCommit(commit string, secrets []string) (string, error) + func ProcessLargeBlob(sha, path string, secrets []string) (string, error) + func ProcessTree(tree string, secrets []string) (string, error) + func ReadSecrets(filePath string) ([]string, error) + func UpdateRef(ref, newCommitHash string) error + func WriteBlob(content []byte) (string, error) + func WriteTree(entries []string) (string, error)