git

package
v0.5.0-alpha.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2024 License: MPL-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CommitDelimiter      string = "@sha256:"
	PullRequestReference string = "pull/([0-9]+)/head"
)

Variables

This section is empty.

Functions

func CloneRepository added in v0.5.0

func CloneRepository(ctx context.Context, gitInfo *GitInfo, targetDir string, helper string, bare bool, writer io.Writer, log log.Logger) error

func CommandContext

func CommandContext(ctx context.Context, args ...string) *exec.Cmd

func GetBranchNameForPR added in v0.4.0

func GetBranchNameForPR(ref string) string

func NormalizeRepository added in v0.2.0

func NormalizeRepository(str string) (string, string, string, string)

func PingRepository added in v0.2.0

func PingRepository(str string) bool

Types

type GitInfo added in v0.5.0

type GitInfo struct {
	Repository string
	Branch     string
	Commit     string
	PR         string
}

func NewGitInfo added in v0.5.0

func NewGitInfo(repository, branch, commit, pr string) *GitInfo

func NormalizeRepositoryGitInfo added in v0.5.0

func NormalizeRepositoryGitInfo(str string) *GitInfo

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL