Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 1 | -18/+19 |
| | | | * plumbing: now core was renamed to core, and formats and clients moved inside | ||||
* | global storage interface refactor (#112) | Máximo Cuadros | 2016-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | * core: ObjectStorage, ReferenceStorage renamed to ObjectStorer and ReferenceStorer * rebase * general, changes request by @alcortes * general, changes request by @alcortes | ||||
* | add Blobs, Trees and Objects iters. (#114) | Santiago M. Mola | 2016-11-04 | 1 | -0/+115 |
* Now every object type as an iterator in Repository. * old TreeIter is TreeWalker again, TreeIter now matches the same behaviour as other iterators. |