| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | git_patch_parse_ctx: refcount the context | Edward Thomson | 2016-05-26 | 1 | -15/+0 |
| | | |||||
| * | patch: `git_patch_from_patchfile` -> `git_patch_from_buffer` | Edward Thomson | 2016-05-26 | 1 | -0/+26 |
| | | |||||
| * | patch: use delta's old_file/new_file members | Edward Thomson | 2016-05-26 | 1 | -2/+0 |
| | | | | | | No need to replicate the old_file/new_file members, or plumb them strangely up. | ||||
| * | patch: abstract patches into diff'ed and parsed | Edward Thomson | 2016-05-26 | 1 | -0/+57 |
| 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. | |||||
