Commit Briefs

Stefan Sperling

We don't use a delta combiner, we use delta application.

A "delta combiner" (as used in SVN) combines deltas and applies the combined delta to the base. We don't do this yet; we apply deltas one by one.




Stefan Sperling

read delta data from the right offset










Stefan Sperling

prepare application of deltas





Stefan Sperling

add support for opening ref delta objects



Stefan Sperling

s/decode_/parse_/


Stefan Sperling

model delta chains in a better way




Stefan Sperling

compute off_delta offset correctly