package
Version:
v0.0.7
Opens a new window with list of versions in this module.
Published: Apr 23, 2020
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
gitlog
Package for parsing the output of git log
for the purposes of gitpert
.
Documentation
¶
Commit represents a parsed commit from git log
Event represents the who and when of a commit event
Result is a list of commits
Exec runs the git log command
type Stat struct {
Additions int
Deletions int
}
Stat holds the diff stat of a file
Source Files
¶
Click to show internal directories.
Click to hide internal directories.