Versions in this module Expand all Collapse all v0 v0.0.7 Apr 23, 2020 v0.0.6 Apr 22, 2020 Changes in this version + type Commit struct + Author Event + Committer Event + SHA string + Stats map[string]Stat + type Event struct + Email string + Name string + When time.Time + type Result []*Commit + func Exec(ctx context.Context, repoPath string, filePattern string, ...) (Result, error) + type Stat struct + Additions int + Deletions int