gitlog

package
v0.3.6 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2021 License: MIT Imports: 6 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 {
	SHA            string
	ParentID       string
	TreeID         string
	Message        string
	AuthorName     string
	AuthorEmail    string
	AuthorWhen     time.Time
	CommitterName  string
	CommitterEmail string
	CommitterWhen  time.Time
	Additions      int
	Deletions      int
}

type CommitIter

type CommitIter struct {
	// contains filtered or unexported fields
}

func Execute

func Execute(repoPath string) (*CommitIter, error)

func (*CommitIter) Next

func (iter *CommitIter) Next() (*Commit, error)

type Result

type Result []*Commit

Jump to

Keyboard shortcuts

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