Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apply: move patch data to patch_common.h | Edward Thomson | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | patch application: apply binary patches | Edward Thomson | 2016-05-26 | 1 | -11/+116 |
| | | | | | | 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 | -0/+8 |
| | | | | When a patch is empty, simply copy the source into the destination. | ||||
* | Introduce git_apply_patch | Edward Thomson | 2016-05-26 | 1 | -0/+176 |
The beginnings of patch application from an existing (diff-created) git_patch object: applies the hunks of a git_patch to a buffer. |