Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | packfile: delta selection logic (#182) | Antonio Navarro Perez | 2016-12-16 | 1 | -16/+0 |
| | | | | | | | | | | * packfile: delta selection logic - Implemented logic to assign deltas to objects * Requested changes * Improved tests and fix errors | ||||
* | packfile: delta diff implementation (#159) | Antonio Navarro Perez | 2016-12-09 | 1 | -0/+93 |
* packfile: delta diff implementation - Renamed delta.go to patch_delta.go - Added diff_delta.go file - Added tests that creates a diff and then tries to patch it * Requested changes |