| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | common: use PRIuZ for size_t in `giterr_set` calls | Patrick Steinhardt | 2016-11-14 | 1 | -1/+1 |
| | | |||||
| * | diff: treat binary patches with no data specialethomson/diff-read-empty-binary | Edward Thomson | 2016-09-05 | 1 | -1/+9 |
| | | | | | | | 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: fix warning when initializing patch images | Patrick Steinhardt | 2016-08-05 | 1 | -1/+1 |
| | | |||||
| * | apply: safety check files that dont end with eol | Edward Thomson | 2016-07-24 | 1 | -1/+4 |
| | | |||||
| * | apply: compare preimage to image | Edward Thomson | 2016-07-24 | 1 | -1/+1 |
| | | | | | Compare the preimage to the image; don't compare the preimage to itself. | ||||
| * | vector: more sensible names for `grow_at`/`shrink_at` | Edward Thomson | 2016-05-26 | 1 | -2/+2 |
| | | |||||
| * | patch application: drop unnecessary `patch_image_init` | Edward Thomson | 2016-05-26 | 1 | -10/+2 |
| | | |||||
| * | patch: use delta's old_file/new_file members | Edward Thomson | 2016-05-26 | 1 | -1/+1 |
| | | | | | | No need to replicate the old_file/new_file members, or plumb them strangely up. | ||||
| * | patch: abstract patches into diff'ed and parsed | Edward Thomson | 2016-05-26 | 1 | -6/+8 |
| | | | | | | | Patches can now come from a variety of sources - either internally generated (from diffing two commits) or as the results of parsing some external data. | ||||
| * | patch application: apply binary patches | Edward Thomson | 2016-05-26 | 1 | -4/+91 |
| | | | | | | | Handle the application of binary patches. Include tests that produce a binary patch (an in-memory `git_patch` object), then enusre that the patch applies correctly. | ||||
| * | apply: handle empty patches | Edward Thomson | 2016-05-26 | 1 | -1/+4 |
| | | | | | When a patch is empty, simply copy the source into the destination. | ||||
| * | Introduce git_apply_patch | Edward Thomson | 2016-05-26 | 1 | -0/+282 |
| The beginnings of patch application from an existing (diff-created) git_patch object: applies the hunks of a git_patch to a buffer. | |||||
