- 24 Jul, 2016 1 commit
-
-
Compare the preimage to the image; don't compare the preimage to itself.
Edward Thomson committed
-
- 26 May, 2016 7 commits
-
-
Edward Thomson committed
-
Edward Thomson committed
-
No need to replicate the old_file/new_file members, or plumb them strangely up.
Edward Thomson committed -
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.
Edward Thomson committed -
Handle the application of binary patches. Include tests that produce a binary patch (an in-memory `git_patch` object), then enusre that the patch applies correctly.
Edward Thomson committed -
When a patch is empty, simply copy the source into the destination.
Edward Thomson committed -
The beginnings of patch application from an existing (diff-created) git_patch object: applies the hunks of a git_patch to a buffer.
Edward Thomson committed
-