aboutsummaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* storage: git.Storer move to storage.Storer and module handlingMáximo Cuadros2017-02-126-4/+74
* 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-3015-36/+36
* 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-293-1/+54
* | storage: IndexStorer implementationMáximo Cuadros2017-01-286-10/+88
|/
* 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-156-1/+171
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-144-77/+77
* config: Config, bare flag (#177)Máximo Cuadros2016-12-122-16/+41
* revision based on goreportcard.comMáximo Cuadros2016-12-062-0/+2
* 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-089-212/+216
* global storage interface refactor (#112)Máximo Cuadros2016-11-0710-376/+209
* 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-038-74/+174
* 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
* do not assume remotes are sorted chronologically (#87)Alberto Cortés2016-10-181-2/+8
* formats: objfile idomatic reader/writerMáximo Cuadros2016-09-256-459/+572
* storage: memory test improvements and coverageMáximo Cuadros2016-09-243-37/+135
* 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-106-18/+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-084-27/+48
* format: packfile new interfaceMáximo Cuadros2016-09-076-41/+57
* 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-054-7/+94
* core: ObjectStorage.Begin and TxObjectStorageMáximo Cuadros2016-09-055-8/+105
* storage: idiomatic test suiteMáximo Cuadros2016-09-052-27/+51
* doc packagesMáximo Cuadros2016-09-012-0/+2
* Support non packed objects (#68)sona-tar2016-08-304-8/+279
* core: Storage.Get, switch order of argsMáximo Cuadros2016-08-294-9/+10
* storage: Add object type hint parameter to ObjectStorage.Get. (#69)Santiago M. Mola2016-08-295-108/+120
* Remote.Fetch multiple RefSpec supportMáximo Cuadros2016-08-221-1/+2