| Commit message (Expand) | Author | Age | Files | Lines |
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 12 | -27/+27 |
* | new git fixture path | Máximo Cuadros | 2017-01-30 | 4 | -4/+4 |
* | rename billy imports | Máximo Cuadros | 2017-01-30 | 4 | -12/+8 |
* | example: using new constructors | Máximo Cuadros | 2017-01-30 | 1 | -93/+11 |
|\ |
|
| * | config: documentation improvements | Máximo Cuadros | 2017-01-30 | 1 | -2/+1 |
| * | config: marshal and unmarshal implementation | Máximo Cuadros | 2017-01-26 | 1 | -93/+12 |
* | | storage: IndexStorer implementation | Máximo Cuadros | 2017-01-29 | 1 | -0/+44 |
* | | storage: IndexStorer implementation | Máximo Cuadros | 2017-01-28 | 4 | -10/+55 |
|/ |
|
* | packfile/decoder: speed up packfile iterator when specific type (#200) | Antonio Navarro Perez | 2017-01-12 | 2 | -27/+70 |
* | Extract billy (#173) | Sergio Arbeo | 2016-12-19 | 8 | -26/+34 |
* | storage: shallow storage (#180) | Máximo Cuadros | 2016-12-15 | 4 | -1/+142 |
* | move plumbing from top level package to plumbing (#183) | Santiago M. Mola | 2016-12-14 | 2 | -26/+26 |
* | config: Config, bare flag (#177) | Máximo Cuadros | 2016-12-12 | 1 | -16/+40 |
* | revision based on goreportcard.com | Máximo Cuadros | 2016-12-06 | 1 | -0/+1 |
* | storage: filesystem, clean close when the packfile is not used (#140) | Máximo Cuadros | 2016-11-28 | 2 | -14/+65 |
* | transport: create Client interface (#132) | Santiago M. Mola | 2016-11-23 | 1 | -2/+2 |
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 7 | -110/+112 |
* | global storage interface refactor (#112) | Máximo Cuadros | 2016-11-07 | 7 | -172/+92 |
* | storage: filesystem fix tests | Máximo Cuadros | 2016-11-04 | 1 | -1/+1 |
* | utils: fs, new memory filesystem (#108) | Máximo Cuadros | 2016-11-04 | 3 | -4/+4 |
* | storage/filesystem: implement missing functionality. (#110) | Santiago M. Mola | 2016-11-03 | 7 | -66/+124 |
* | storage: filesystem fix config on new repositories (#100) | Máximo Cuadros | 2016-10-26 | 2 | -24/+56 |
* | formats/config: Added encoder/decoder for git config files. (#97) | Santiago M. Mola | 2016-10-26 | 2 | -54/+96 |
* | fix fixtures usage | Máximo Cuadros | 2016-10-26 | 1 | -1/+1 |
* | utils/fs: move 'os' and 'test' to separate packages. (#93) | Santiago M. Mola | 2016-10-24 | 2 | -5/+5 |
* | utils: fs.TempFile (#88) | Máximo Cuadros | 2016-10-19 | 1 | -11/+3 |
* | formats: objfile idomatic reader/writer | Máximo Cuadros | 2016-09-25 | 6 | -459/+572 |
* | fix build | Máximo Cuadros | 2016-09-20 | 1 | -2/+2 |
* | dotgit: synced write packfile and index generation | Máximo Cuadros | 2016-09-15 | 3 | -34/+177 |
* | fixtures: new fixture package being use in all packages | Máximo Cuadros | 2016-09-12 | 2 | -35/+15 |
* | format: packfile fix ReadObjectAt without decode | Máximo Cuadros | 2016-09-11 | 3 | -12/+36 |
* | storage: filesystem ref storage, and not not exists file handling | Máximo Cuadros | 2016-09-10 | 5 | -12/+42 |
* | storage: filesystem iter implementation | Máximo Cuadros | 2016-09-09 | 2 | -14/+169 |
* | storage: filessytem read multiple packfiles support and index decoding | Máximo Cuadros | 2016-09-09 | 7 | -2951/+268 |
* | format: packfile based on ObjectStorage and CRC32 calculation | Máximo Cuadros | 2016-09-08 | 3 | -27/+38 |
* | format: packfile new interface | Máximo Cuadros | 2016-09-07 | 5 | -41/+56 |
* | format: packfile new interface (wip) | Máximo Cuadros | 2016-09-06 | 3 | -46/+14 |
* | storage: filesystem idx generation (wip) | Máximo Cuadros | 2016-09-06 | 9 | -427/+341 |
* | core: ObjectStorage.Writer | Máximo Cuadros | 2016-09-05 | 3 | -7/+88 |
* | core: ObjectStorage.Begin and TxObjectStorage | Máximo Cuadros | 2016-09-05 | 2 | -4/+21 |
* | doc packages | Máximo Cuadros | 2016-09-01 | 1 | -0/+1 |
* | Support non packed objects (#68) | sona-tar | 2016-08-30 | 4 | -8/+279 |
* | 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 |
* | 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 |