Versions in this module Expand all Collapse all v3 v3.2.0 Sep 23, 2016 Changes in this version + type Action int + const Delete + const Insert + const Modify + func (a Action) String() string + type Change struct + File *git.File + func (c *Change) String() string + type Changes []*Change + func New(a, b *git.Tree) (Changes, error) + func (c Changes) Len() int + func (c Changes) Less(i, j int) bool + func (c Changes) String() string + func (c Changes) Swap(i, j int)