Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: Storage.Get, switch order of args | Máximo Cuadros | 2016-08-29 | 2 | -4/+4 |
| | |||||
* | storage: Add object type hint parameter to ObjectStorage.Get. (#69) | Santiago M. Mola | 2016-08-29 | 2 | -8/+17 |
| | | | | | | | Some storage backends can optimize object lookup if they get the object type that is expected. So we the signature of the Get method is now Get(Hash, ObjectType). Added generic tests for storage backends. | ||||
* | Remote.Fetch multiple RefSpec support | Máximo Cuadros | 2016-08-22 | 1 | -1/+2 |
| | |||||
* | storage/filesystem: ConfigStore implementation | Máximo Cuadros | 2016-08-21 | 4 | -8/+135 |
| | |||||
* | storage: support ConfigStorage, memory done, fs wip | Máximo Cuadros | 2016-08-20 | 2 | -3/+26 |
| | |||||
* | core: Storage, removing err returning *Storages | Máximo Cuadros | 2016-08-14 | 2 | -16/+9 |
| | |||||
* | core: removing Object.Content, the Reader should be used always | Máximo Cuadros | 2016-08-14 | 1 | -2/+6 |
| | |||||
* | storage: Storage entity support, and DotGit support for References | Máximo Cuadros | 2016-08-12 | 9 | -874/+843 |
| | |||||
* | storage: seekable renamed to filesystem | Máximo Cuadros | 2016-08-11 | 7 | -0/+3470 |