git

package
v0.0.0-...-84254eb Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Commit

type Commit struct {
	Hash    string
	Message string
	Date    time.Time
	Author  string
	Tag     string
}

Commit ...

func Commits

func Commits(repoDir string) ([]Commit, error)

Commits ...

func FirstCommit

func FirstCommit(repoDir string) (Commit, error)

FirstCommit ...

func LastCommit

func LastCommit(repoDir string) (Commit, error)

LastCommit ...

func TaggedCommits

func TaggedCommits(repoDir string) ([]Commit, error)

TaggedCommits ...

Jump to

Keyboard shortcuts

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