aboutsummaryrefslogtreecommitdiffstats
path: root/tree_diff_test.go
Commit message (Collapse)AuthorAgeFilesLines
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-389/+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.
* revision based on goreportcard.comMáximo Cuadros2016-12-061-1/+1
|
* BaseSuite improvements, usage of file:// protoMáximo Cuadros2016-12-021-203/+173
|
* new plumbing package (#118)Máximo Cuadros2016-11-081-9/+9
| | | * plumbing: now core was renamed to core, and formats and clients moved inside
* cleanup old fixturesMáximo Cuadros2016-09-221-63/+25
|
* dotgit: synced write packfile and index generationMáximo Cuadros2016-09-151-1/+2
|
* format: packfile new interfaceMáximo Cuadros2016-09-071-2/+2
|
* core: ObjectStorage.Begin and TxObjectStorageMáximo Cuadros2016-09-051-2/+2
|
* DiffTree based on TreeWalkerMáximo Cuadros2016-08-301-44/+102
|
* ForEach review and Commit.Tree err returnMáximo Cuadros2016-08-221-1/+1
|
* options renamed and some text fixesMáximo Cuadros2016-08-221-1/+1
|
* core: Storage, removing err returning *StoragesMáximo Cuadros2016-08-141-1/+1
|
* Repository and Remote API changesMáximo Cuadros2016-08-131-2/+2
|
* v3 -> v4Máximo Cuadros2016-08-111-2/+2
|
* difftree changes to provide both filesMáximo Cuadros2016-08-051-0/+398