Versions in this module Expand all Collapse all v0 v0.1.0 Oct 22, 2017 Changes in this version + type Files struct + Entries []string + WorkDir string + func FilesChanged(dir string, rev string) (Files, error) + type Object struct + func (o *Object) Diff(pc *git.Commit, cc *git.Commit) *git.Diff + func (o *Object) GetDiffDeltaEntries(diff *git.Diff) []string + func (o *Object) LookupCommit(rev string) *git.Commit + func (o *Object) OpenRepo(dir string) + func (o *Object) WalkCommitTree(c *git.Commit, fn git.TreeWalkCallback)