Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

go.dev

gitlog

Package for parsing the output of git log for the purposes of gitpert. Can be used for more general purpose git log parsing, with (likely) some cleanup.

Essentially calls git log --numstat --format=fuller --no-merges --no-decorate --date=iso8601-strict with os/exec and parses the output.