Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch: correctly handle mode changes for renames | Patrick Steinhardt | 2020-03-26 | 1 | -0/+6 |
* | patch_parse: correct parsing of patch containing not shown binary data. | Gregory Herrero | 2019-11-19 | 1 | -0/+6 |
* | Convert usage of `git_buf_free` to new `git_buf_dispose` | Patrick Steinhardt | 2018-06-10 | 1 | -1/+1 |
* | diff: treat binary patches with no data specialethomson/diff-read-empty-binary | Edward Thomson | 2016-09-05 | 1 | -0/+6 |
* | 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 | -1/+2 |
* | Introduce git_patch_options, handle prefixes | Edward Thomson | 2016-05-26 | 1 | -1/+1 |
* | patch_parse: test roundtrip patch parsing -> print | Edward Thomson | 2016-05-26 | 1 | -0/+166 |