aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem
Commit message (Collapse)AuthorAgeFilesLines
* core: Storage.Get, switch order of argsMáximo Cuadros2016-08-292-4/+4
|
* storage: Add object type hint parameter to ObjectStorage.Get. (#69)Santiago M. Mola2016-08-292-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 supportMáximo Cuadros2016-08-221-1/+2
|
* storage/filesystem: ConfigStore implementationMáximo Cuadros2016-08-214-8/+135
|
* storage: support ConfigStorage, memory done, fs wipMáximo Cuadros2016-08-202-3/+26
|
* core: Storage, removing err returning *StoragesMáximo Cuadros2016-08-142-16/+9
|
* core: removing Object.Content, the Reader should be used alwaysMáximo Cuadros2016-08-141-2/+6
|
* storage: Storage entity support, and DotGit support for ReferencesMáximo Cuadros2016-08-129-874/+843
|
* storage: seekable renamed to filesystemMáximo Cuadros2016-08-117-0/+3470