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/+6 |
| | | | | | Ensure that `git_patch_from_diff` can return the patch for parsed diffs, not just generate a patch for a generated diff. | ||||
* | patch parse: dup the patch from the callers | Edward Thomson | 2016-05-26 | 1 | -6/+0 |
| | |||||
* | patch: abstract patches into diff'ed and parsed | Edward Thomson | 2016-05-26 | 1 | -812/+131 |
| | | | | | | 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 parsing: parse binary patch files | Edward Thomson | 2016-05-26 | 1 | -9/+145 |
| | |||||
* | Patch parsing from patch files | Edward Thomson | 2016-05-26 | 1 | -0/+758 |