git

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CloneOrOpenCommit

func CloneOrOpenCommit(repoURL, commit string) (tmpPath string, cleaner func(), err error)

CloneOrOpenCommit clones a repository at a specified reference into a temporary directory and returns the path, a cleaner function or an error if cloning fails.

func GetRemotes

func GetRemotes(path string) (map[string]string, error)

Types

type Components

type Components struct {
	Tool      string
	Transport string
	Hostname  string
	RepoPath  string
	Ref       string
	SubPath   string
}

type HeadDetails

type HeadDetails struct {
	CommitSHA string
	Tag       string
}

func GetHeadDetails

func GetHeadDetails(path string) (*HeadDetails, error)

type Locator

type Locator string

func (Locator) Parse

func (l Locator) Parse() (*Components, error)

Parses a VCS locator and returns its components

Jump to

Keyboard shortcuts

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