aboutsummaryrefslogtreecommitdiffstats
path: root/utils/binary/write.go
Commit message (Collapse)AuthorAgeFilesLines
* format: idxfile, support for >2Gb packfilesMáximo Cuadros2017-07-271-0/+6
|
* format/packfile: implement delta encoding (#172)Antonio Navarro Perez2016-12-141-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 Cuadros2016-10-311-0/+30
binary operations (#102)