Expand description
Encode Git pack binary deltas (format decoded by crate::unpack_objects::apply_delta).
Used when writing REF_DELTA pack objects so repositories can store similar blobs
compactly (see git diff-delta / create_delta in upstream Git).
Functionsยง
- encode_
prefix_ extension_ delta - Build a delta when
targetbegins with the entirebasebuffer (strict extension).