Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | diff: treat binary patches with no data specialethomson/diff-read-empty-binary | Edward Thomson | 2016-09-05 | 1 | -0/+5 |
| | | | | | | When creating and printing diffs, deal with binary deltas that have binary data specially, versus diffs that have a binary file but lack the actual binary data. | ||||
* | apply: test postimages that grow/shrink original | Edward Thomson | 2016-05-26 | 1 | -0/+89 |
| | | | | | | | Test with some postimages that actually grow/shrink from the original, adding new lines or removing them. (Also do so without context to ensure that we can add/remove from a non-zero part of the line vector.) | ||||
* | apply: move patch data to patch_common.h | Edward Thomson | 2016-05-26 | 1 | -0/+574 |