aboutsummaryrefslogtreecommitdiffstats
path: root/tree_diff.go
Commit message (Collapse)AuthorAgeFilesLines
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-261/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * plumbing: rename Object -> EncodedObject. * plumbing/storer: rename ObjectStorer -> EncodedObjectStorer. * move difftree to plumbing/difftree. * move diff -> utils/diff * make Object/Tag/Blob/Tree/Commit/File depend on storer. * Object and its implementations now depend only on storer.EncodedObjectStorer, not git.Repository. * Tests are decoupled accordingly. * move Object/Commit/File/Tag/Tree to plumbing/object. * move Object/Commit/File/Tag/Tree to plumbing/object. * move checkClose to utils/ioutil. * move RevListObjects to plumbing/revlist.Objects. * move DiffTree to plumbing/difftree package. * rename files with plural nouns to singular * plumbing/object: add GetBlob/GetCommit/GetTag/GetTree.
* new plumbing package (#118)Máximo Cuadros2016-11-081-3/+3
| | | * plumbing: now core was renamed to core, and formats and clients moved inside
* add Blobs, Trees and Objects iters. (#114)Santiago M. Mola2016-11-041-1/+1
| | | | | * Now every object type as an iterator in Repository. * old TreeIter is TreeWalker again, TreeIter now matches the same behaviour as other iterators.
* test coverage improved, Remote.Refs and Repository.Refs returns error, ↵Máximo Cuadros2016-09-221-2/+2
| | | | TreeWalker -> TreeIter
* DiffTree based on TreeWalkerMáximo Cuadros2016-08-301-22/+78
|
* v3 -> v4Máximo Cuadros2016-08-111-1/+1
|
* difftree changes to provide both filesMáximo Cuadros2016-08-051-0/+205