Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git_patch_parse_ctx: refcount the context | Edward Thomson | 2016-05-26 | 1 | -0/+1 |
* | patch: `git_patch_from_patchfile` -> `git_patch_from_buffer` | Edward Thomson | 2016-05-26 | 1 | -12/+13 |
* | apply: test postimages that grow/shrink original | Edward Thomson | 2016-05-26 | 1 | -0/+42 |
* | Introduce git_patch_options, handle prefixes | Edward Thomson | 2016-05-26 | 1 | -37/+37 |
* | apply: move patch data to patch_common.h | Edward Thomson | 2016-05-26 | 3 | -576/+2 |
* | patch: abstract patches into diff'ed and parsed | Edward Thomson | 2016-05-26 | 1 | -0/+1 |
* | patch parsing: ensure empty patches are illegal | Edward Thomson | 2016-05-26 | 1 | -0/+8 |
* | patch parsing: parse binary patch files | Edward Thomson | 2016-05-26 | 1 | -55/+123 |
* | patch application: apply binary patches | Edward Thomson | 2016-05-26 | 3 | -11/+242 |
* | apply: handle empty patches | Edward Thomson | 2016-05-26 | 1 | -0/+8 |
* | Patch parsing from patch files | Edward Thomson | 2016-05-26 | 2 | -0/+490 |
* | Introduce git_apply_patch | Edward Thomson | 2016-05-26 | 2 | -0/+462 |