git

package
v0.0.0-...-88ab25c Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GlobalConfig

type GlobalConfig func(stdoutWriter io.WriteCloser, args ...string) error

func NewGlobalConfig

func NewGlobalConfig(logger logging.Logger) GlobalConfig

type LsFiles

type LsFiles func(repoDir typedpath.RawPath, options []string, stdoutWriter io.WriteCloser) error

func FakeLsFiles

func FakeLsFiles(lsFiles func(repoDir typedpath.RawPath) ([]string, error)) LsFiles

func NewLsFiles

func NewLsFiles(logger logging.Logger) LsFiles

func StubLsFiles

func StubLsFiles(files []string, err error) LsFiles

func StubRawLsFiles

func StubRawLsFiles(stdout string, err error) LsFiles

type RevParse

type RevParse func(repoDir string, options ...string) (string, error)

func NewRevParse

func NewRevParse(logger logging.Logger) RevParse

Jump to

Keyboard shortcuts

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