Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Teach `git_patch_from_diff` about parsed diffsethomson/patch_from_diff | Edward Thomson | 2016-08-24 | 1 | -0/+2 |
| | | | | | Ensure that `git_patch_from_diff` can return the patch for parsed diffs, not just generate a patch for a generated diff. | ||||
* | introduce `git_diff_from_buffer` to parse diffs | Edward Thomson | 2016-05-26 | 1 | -0/+29 |
| | | | | Parse diff files into a `git_diff` structure. | ||||
* | git_patch_parse_ctx: refcount the context | Edward Thomson | 2016-05-26 | 1 | -0/+25 |