aboutsummaryrefslogtreecommitdiffstats
path: root/blobs_test.go
Commit message (Collapse)AuthorAgeFilesLines
* new plumbing package (#118)Máximo Cuadros2016-11-081-7/+7
| | | * 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-0/+94
* Now every object type as an iterator in Repository. * old TreeIter is TreeWalker again, TreeIter now matches the same behaviour as other iterators.