Add the binary delta apply algorithm for pack style deltas
The git__delta_apply() function can be used to apply a Git style delta, such as those used in pack files or in git patch files, to recover the original object stream. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Showing
src/delta-apply.c
0 → 100644
src/delta-apply.h
0 → 100644
Please
register
or
sign in
to comment