summaryrefslogtreecommitdiff
path: root/tests/apply/callbacks.c
Commit message (Collapse)AuthorAgeFilesLines
* apply: introduce a hunk callbackEdward Thomson2018-11-051-0/+38
| | | | | Introduce a callback to patch application that allows consumers to cancel hunk application.
* apply tests: test delta callback skipEdward Thomson2018-11-051-0/+38
| | | | | Test that we can return a non-zero value from the apply delta callback and it will skip the application of a given delta.
* apply tests: test delta callback errorsEdward Thomson2018-11-051-0/+52
Test that we can return an error from the apply delta callback and the error code is propagated back to the caller.