commit

package
v0.0.0-...-7b788e4 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2020 License: MIT Imports: 2 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 {
	Source    *object.Commit
	Author    object.Signature
	Message   string
	FileStats []FileStat
}

func (*Commit) Subject

func (c *Commit) Subject() string

type FileStat

type FileStat struct {
	Commit    *Commit
	Name      string
	Additions int
	Deletions int
}

FileStat is a FileStat with a pointer back to the original commit.

Jump to

Keyboard shortcuts

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