aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem
Commit message (Expand)AuthorAgeFilesLines
* Fix missing objects if they where deltified using ref-deltaAntonio Jesus Navarro Perez2017-02-071-3/+6
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-3012-27/+27
* new git fixture pathMáximo Cuadros2017-01-304-4/+4
* rename billy importsMáximo Cuadros2017-01-304-12/+8
* example: using new constructorsMáximo Cuadros2017-01-301-93/+11
|\
| * config: documentation improvementsMáximo Cuadros2017-01-301-2/+1
| * config: marshal and unmarshal implementationMáximo Cuadros2017-01-261-93/+12
* | storage: IndexStorer implementationMáximo Cuadros2017-01-291-0/+44
* | storage: IndexStorer implementationMáximo Cuadros2017-01-284-10/+55
|/
* packfile/decoder: speed up packfile iterator when specific type (#200)Antonio Navarro Perez2017-01-122-27/+70
* Extract billy (#173)Sergio Arbeo2016-12-198-26/+34
* storage: shallow storage (#180)Máximo Cuadros2016-12-154-1/+142
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-142-26/+26
* config: Config, bare flag (#177)Máximo Cuadros2016-12-121-16/+40
* revision based on goreportcard.comMáximo Cuadros2016-12-061-0/+1
* storage: filesystem, clean close when the packfile is not used (#140)Máximo Cuadros2016-11-282-14/+65
* transport: create Client interface (#132)Santiago M. Mola2016-11-231-2/+2
* new plumbing package (#118)Máximo Cuadros2016-11-087-110/+112
* global storage interface refactor (#112)Máximo Cuadros2016-11-077-172/+92
* storage: filesystem fix testsMáximo Cuadros2016-11-041-1/+1
* utils: fs, new memory filesystem (#108)Máximo Cuadros2016-11-043-4/+4
* storage/filesystem: implement missing functionality. (#110)Santiago M. Mola2016-11-037-66/+124
* storage: filesystem fix config on new repositories (#100)Máximo Cuadros2016-10-262-24/+56
* formats/config: Added encoder/decoder for git config files. (#97)Santiago M. Mola2016-10-262-54/+96
* fix fixtures usageMáximo Cuadros2016-10-261-1/+1
* utils/fs: move 'os' and 'test' to separate packages. (#93)Santiago M. Mola2016-10-242-5/+5
* utils: fs.TempFile (#88)Máximo Cuadros2016-10-191-11/+3
* formats: objfile idomatic reader/writerMáximo Cuadros2016-09-256-459/+572
* fix buildMáximo Cuadros2016-09-201-2/+2
* dotgit: synced write packfile and index generationMáximo Cuadros2016-09-153-34/+177
* fixtures: new fixture package being use in all packagesMáximo Cuadros2016-09-122-35/+15
* format: packfile fix ReadObjectAt without decodeMáximo Cuadros2016-09-113-12/+36
* storage: filesystem ref storage, and not not exists file handlingMáximo Cuadros2016-09-105-12/+42
* storage: filesystem iter implementationMáximo Cuadros2016-09-092-14/+169
* storage: filessytem read multiple packfiles support and index decodingMáximo Cuadros2016-09-097-2951/+268
* format: packfile based on ObjectStorage and CRC32 calculationMáximo Cuadros2016-09-083-27/+38
* format: packfile new interfaceMáximo Cuadros2016-09-075-41/+56
* format: packfile new interface (wip)Máximo Cuadros2016-09-063-46/+14
* storage: filesystem idx generation (wip)Máximo Cuadros2016-09-069-427/+341
* core: ObjectStorage.WriterMáximo Cuadros2016-09-053-7/+88
* core: ObjectStorage.Begin and TxObjectStorageMáximo Cuadros2016-09-052-4/+21
* doc packagesMáximo Cuadros2016-09-011-0/+1
* Support non packed objects (#68)sona-tar2016-08-304-8/+279
* 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
* 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