Commit Briefs

Stefan Sperling

remove unused list head



Stefan Sperling

tweak wording in comment



Stefan Sperling

missed one


Stefan Sperling

got_index_priv.h -> got_file_index_priv.h



Stefan Sperling

more tweaks to index structures








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