Versions in this module Expand all Collapse all v1 v1.44.0-0.dev Jun 12, 2026 v1.43.0 Jul 30, 2026 Changes in this version + func Git(args ...string) (string, error) + func GitBranch() (string, error) + func GitDir() (string, error) + func GitHubMilestoneOpen(repo, milestone string) (bool, error) + func GitInDir(dir string, args ...string) (string, error) + func GitLsRemote(remote, ref string, flags ...string) (string, error) + func GitLsRemoteHeads(remote, branch string) (string, error) + func GitLsRemoteTags(remote, tag string) (string, error) + func GitRefExistsInRemote(lsRemoteOutput, ref string) bool + func GitShowFile(ref, path string) (string, error) + func GitVersion() (string, error) + func MakeInDir(dir string, targets string, env ...string) (string, error) + func Run(name string, args, env []string) (string, error) + func RunInDir(dir, name string, args, env []string) (string, error)