Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 1 | -59/+0 |
| | | | * plumbing: now core was renamed to core, and formats and clients moved inside | ||||
* | global storage interface refactor (#112) | Máximo Cuadros | 2016-11-07 | 1 | -3/+4 |
| | | | | | | | | | | | * core: ObjectStorage, ReferenceStorage renamed to ObjectStorer and ReferenceStorer * rebase * general, changes request by @alcortes * general, changes request by @alcortes | ||||
* | format: packfile new interface | Máximo Cuadros | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | core: MemoryObject.Write, remove SetSize side effect | Máximo Cuadros | 2016-08-29 | 1 | -1/+0 |
| | |||||
* | object: Add Encode method to all objects. (#70) | Santiago M. Mola | 2016-08-29 | 1 | -0/+1 |
| | | | | | | | | Encode method encodes a typed object (commit, tree, tag, blob) into raw core.Object representation. Additionally, Decode does not trim commit message lines. This is needed for Decode/Encode to be idempotent. | ||||
* | core: removing Object.Content, the Reader should be used always | Máximo Cuadros | 2016-08-14 | 1 | -3/+0 |
| | |||||
* | small improvements | Máximo Cuadros | 2016-08-12 | 1 | -6/+2 |
| | |||||
* | core: new MemoryObject, move from memory.Object, packfile.Parser, base on ↵ | Máximo Cuadros | 2016-08-11 | 1 | -0/+65 |
new ObjectStorage interface |