Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Teach `git_patch_from_diff` about parsed diffsethomson/patch_from_diff | Edward Thomson | 2016-08-24 | 1 | -1/+1 |
| | | | | | Ensure that `git_patch_from_diff` can return the patch for parsed diffs, not just generate a patch for a generated diff. | ||||
* | packbuilder: `size_t` all the things | Edward Thomson | 2016-07-24 | 1 | -2/+2 |
| | | | | | | | | After 1cd65991, we were passing a pointer to an `unsigned long` to a function that now expected a pointer to a `size_t`. These types differ on 64-bit Windows, which means that we trash the stack. Use `size_t`s in the packbuilder to avoid this. | ||||
* | git_diff_generated: abstract generated diffs | Edward Thomson | 2016-05-26 | 1 | -0/+1 |
| | |||||
* | patch: `patch_diff` -> `patch_generated` | Edward Thomson | 2016-05-26 | 1 | -0/+953 |