Commits


return error from search_packidx() if dup_packidx() fails


tweak wording in comment


the file index header checksum applies to on-disk data


missed one


got_index_priv.h -> got_file_index_priv.h


rename 'index' data structures to 'file index'


more tweaks to index structures


add a pack index cache; speeds tree listing up quite a lot


support an absolute repos path argument in got_repo_open()


some tweaks to the index format we'll probably make


fix repos path argument processing in repository_test


remove things which are unused in index format 2


add some basic data structores for git index


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.


rename test functions; we apply deltas, we don't combine them