Commits


move object cache out of repository.c to its own file


read packed blobs with privsep


read packed trees with privsep


read packed commits with privsep


send deltas when requesting packed object extraction


start reading pack files with privsep; still WIP


remove unused includes from pack.c


make got_packfile_extract_object_to_mem() accept pack instead of repo


make got_packfile_extract_object() accept a pack instead of a repo


make got_packfile_open_object() accept a pack instead of a repo


move pack caching code from pack.c to repository.c


make open_packed_object() expect a pack instead of a repo


remove unused parameter of open_delta_object()


don't redundantly open pack file in dump_delta_chain_to_file()


don't open pack redundantly in dump_delta_chain_to_mem()