package
0.0.7
Repository: https://github.com/augmentable-dev/gitpert.git
Documentation: pkg.go.dev

# README

gitlog

Package for parsing the output of git log for the purposes of gitpert.

# Functions

Exec runs the git log command.

# Structs

Commit represents a parsed commit from git log.
Event represents the who and when of a commit event.
Stat holds the diff stat of a file.

# Type aliases

Result is a list of commits.