Commits


rename private header filenames so they are in got_ namespace


read delta data from the right offset


fix a bug where we'd skip commands in the delta stream


we must store delta's type-and-size length separately to skip it


tweak the API which inflates data to a file


Improve delta combiner docs and rename a macro for clarity.


implement delta combiner and a small test suite for it


prepare application of deltas


model delta chains in a better way


undo previous, a delta base might be a plain object so 'size' is better


Rename 'size' field in got_delta_base to 'delta_size'.


add support for delta chains; implement them for offset deltas


add some stub code for packed ref-delta objects