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

move got_sha1.h to private lib directory


Stefan Sperling

inline refs.h in refs.c


Stefan Sperling

make struct got_repository opaque



Stefan Sperling

make struct got_reference opaque




Stefan Sperling

make struct got_object_id opaque



Stefan Sperling

make struct got_blob_object opaque


Stefan Sperling

make diff tests silent by default


Stefan Sperling

repair blob diffing


Stefan Sperling

add output file argument to got_diff_tree



Stefan Sperling

read delta data from the right offset