Versions in this module Expand all Collapse all v0 v0.6.8 Oct 23, 2024 Changes in this version + var GitCommand = "git" + func Archive(ctx context.Context, gitRepoDir string, subdir string) (io.Reader, error) + func Clone(ctx context.Context, gitRepo string, gitCommit string, targetDir string) error + func TarScrub(in io.Reader, out io.Writer) error