| Commit message (Expand) | Author | Age | Files | Lines |
* | test coverage improved, Remote.Refs and Repository.Refs returns error, TreeWa... | Máximo Cuadros | 2016-09-22 | 1 | -50/+91 |
* | DiffTree based on TreeWalker | Máximo Cuadros | 2016-08-30 | 1 | -1/+1 |
* | TreeWalker optimization | Máximo Cuadros | 2016-08-30 | 1 | -3/+7 |
* | core: Storage.Get, switch order of args | Máximo Cuadros | 2016-08-29 | 1 | -2/+2 |
* | storage: Add object type hint parameter to ObjectStorage.Get. (#69) | Santiago M. Mola | 2016-08-29 | 1 | -2/+2 |
* | core: MemoryObject.Write, remove SetSize side effect | Máximo Cuadros | 2016-08-29 | 1 | -3/+15 |
* | object: Add Encode method to all objects. (#70) | Santiago M. Mola | 2016-08-29 | 1 | -0/+23 |
* | Tree, fix modes | Máximo Cuadros | 2016-08-26 | 1 | -2/+19 |
* | ForEach review and Commit.Tree err return | Máximo Cuadros | 2016-08-22 | 1 | -4/+3 |
* | core: *Iter.ForEach method | Máximo Cuadros | 2016-08-15 | 1 | -0/+27 |
* | core: Storage, removing err returning *Storages | Máximo Cuadros | 2016-08-14 | 1 | -2/+2 |
* | Repository and Remote API changes | Máximo Cuadros | 2016-08-13 | 1 | -2/+2 |
* | v3 -> v4 | Máximo Cuadros | 2016-08-11 | 1 | -1/+1 |
* | Decode tree bug: incomplete reads break the decoding process (#64) | Alberto Cortés | 2016-08-09 | 1 | -2/+1 |
* | documentation | Máximo Cuadros | 2016-05-19 | 1 | -9/+9 |
* | fix misspellingsv3.0.4 | Máximo Cuadros | 2016-05-19 | 1 | -1/+1 |
* | file, added field Modev3.0.1 | Máximo Cuadros | 2016-04-22 | 1 | -10/+5 |
* | Added Object interface for Commit, Tree, Blob and Tag | Joshua Sjoding | 2016-03-08 | 1 | -5/+15 |
* | Renamed internal close function to checkClose | Joshua Sjoding | 2016-02-27 | 1 | -1/+1 |
* | Refactor to use core.ObjectReader and core.ObjectWriter | Joshua Sjoding | 2016-02-25 | 1 | -2/+8 |
* | File, added size and reader is now a methodv3.0.0 | Máximo Cuadros | 2016-02-22 | 1 | -1/+1 |
* | Tree.Entries is now a slice | Joshua Sjoding | 2016-02-17 | 1 | -20/+21 |
* | New iteration behavior via FileIter and TreeWalker | Joshua Sjoding | 2016-02-17 | 1 | -49/+65 |
* | update imports to v3 | Máximo Cuadros | 2016-02-17 | 1 | -1/+1 |
* | storages: memory object | Máximo Cuadros | 2016-02-17 | 1 | -0/+4 |
* | File paths will now be consistent across platforms | Joshua Sjoding | 2016-02-16 | 1 | -3/+3 |
* | Functions in core.ObjectStorage interface now return an error | Joshua Sjoding | 2016-02-16 | 1 | -9/+19 |
* | Repository now works against the generic ObjectStore interface | Joshua Sjoding | 2016-01-23 | 1 | -8/+9 |
* | Merge pull request #15 from alcortesm/performance-increase-for-big-repos | Máximo Cuadros | 2016-01-21 | 1 | -9/+11 |
|\ |
|
| * | performance increase for repos with many files and directories | Alberto Cortés | 2016-01-21 | 1 | -9/+11 |
* | | Readability improvements | Alberto Cortés | 2016-01-21 | 1 | -2/+4 |
|/ |
|
* | Fix commit.File() gorutine leak | Alberto Cortés | 2016-01-21 | 1 | -0/+80 |
* | Ignore submodule dirs (empty directories without associated object), add empt... | Alberto Cortés | 2016-01-08 | 1 | -1/+5 |
* | fix PR#7 comments | Alberto Cortés | 2015-12-04 | 1 | -6/+0 |
* | Blame support for files | Alberto Cortés | 2015-11-25 | 1 | -1/+2 |
* | internal -> core | Máximo Cuadros | 2015-10-31 | 1 | -7/+7 |
* | tree and commit | Máximo Cuadros | 2015-10-27 | 1 | -0/+122 |