Commits


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()


remove unused parameter from functions resolving packfile deltas


remove unused parameter of open_packfile()


remove unused parameter of get_packfile_path()


remove unused parameter of get_object_idx()


move packidx header initialization to a separate function


tell git to ignore obj directories


tweak comments in got_lib_privsep.h


put repository path into privsep children's argv


init ibuf only once for the lifetime of a privsep child


add a README file


add a Makefile hierarchy which builds the whole show


implement fork+exec (and by the way, fix the build...)


tweak imsg-related error messages


move some more functions from object.c to object_parse.c


move object parsing code into a separate file