Commits


add some stub code for packed ref-delta objects


plug a memory leak by freeing packidx


add support for extracting non-deltified packed objects


open packed objects correctly; don't worry about their contents yet


refactor dump_packed_object() a bit; no functional change


call got_object_id_cmp() just once in got_object_idx()


whitespace


introduce got_ferror() and use it


add a conversion function from errno to got_error and use it


Extract non-deltified objects from pack files.


get_packfile_size() should be static


whitespace


verify pack file index checksum


fix off-by-one in pack file size check


open pack file index