src/delta.h


Log

Author Commit Date CI Message
Edward Thomson 1cd65991 2015-06-17T07:31:47 delta: refactor git_delta functions for consistency Refactor the git_delta functions to have consistent naming and parameters with the rest of the library.
Edward Thomson 6a2d2f8a 2015-06-17T06:42:20 delta: move delta application to delta.c Move the delta application functions into `delta.c`, next to the similar delta creation functions. Make the `git__delta_apply` functions adhere to other naming and parameter style within the library.
Russell Belfer a8122b5d 2012-11-21T15:39:03 Fix warnings on Win64 build
Michael Schubert ec1d42b7 2012-08-19T22:22:07 Add diff-delta code from git.git