Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | format/packfile: implement delta encoding (#172) | Antonio Navarro Perez | 2016-12-14 | 1 | -0/+14 |
| | | | | | | | | | | | | * format/packfile: implement delta encoding - Added all the logic to the encoder to be able to encode ref-delta and offset-delta objects - Created plumbing.ObjectToPack to handle deltas and standard objects when we are writting them into a packfile - Added specific encoder delta tests, one standard object and one delta, and one standard object and two deltas * Requested changes. * Requested changes | ||||
* | utils: binary, new package that collect all the spare helper functions about ↵ | Máximo Cuadros | 2016-10-31 | 1 | -0/+30 |
binary operations (#102) |