git

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DiffOptions

type DiffOptions struct {
	CliPath     string
	CliWd       string
	Unified     int
	FindRenames bool
	Filters     []string
}

type DiffResult

type DiffResult struct {
	Out         []byte
	FullCommand string
}

func DiffCommit

func DiffCommit(ref string, diffOptions DiffOptions) (DiffResult, error)

func DiffRefs

func DiffRefs(refFrom string, refTo string, diffOptions DiffOptions) (DiffResult, error)

func DiffStaged

func DiffStaged(diffOptions DiffOptions) (DiffResult, error)

Jump to

Keyboard shortcuts

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