git

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: May 20, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Info

type Info struct {
	SHA             string
	Branch          string
	IsDirty         bool
	WorkingTreeHash string
	CommitMessage   string
	CommitAuthor    string
	CommitEmail     string
	CommitTimestamp string
	RemoteURL       string
}

Info contains git repository information

func GetInfo

func GetInfo(dir string) (*Info, error)

GetInfo retrieves git information for the given directory

func (*Info) GetShortSHA

func (i *Info) GetShortSHA() string

GetShortSHA returns the first 8 characters of the SHA

Jump to

Keyboard shortcuts

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