Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Teach `git_patch_from_diff` about parsed diffsethomson/patch_from_diff | Edward Thomson | 2016-08-24 | 1 | -6/+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/+105 |
Parse diff files into a `git_diff` structure. |