delta-apply.h
818 Bytes
-
Add the binary delta apply algorithm for pack style deltas · c23841c8
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>
Shawn O. Pearce committed