diffing

package
v0.0.0-...-00ab8b8 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Diffing

type Diffing struct {
	Ref     string
	Reverse bool
}

if ref is blank we're not diffing anything

func New

func New() Diffing

func (*Diffing) Active

func (self *Diffing) Active() bool

func (*Diffing) GetFromAndReverseArgsForDiff

func (self *Diffing) GetFromAndReverseArgsForDiff(from string) (string, bool)

GetFromAndReverseArgsForDiff tells us the from and reverse args to be used in a diff command. If we're not in diff mode we'll end up with the equivalent of a `git show` i.e `git diff blah^..blah`.

Jump to

Keyboard shortcuts

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