Commits


Extract non-deltified objects from pack files.


remove unncessary #include


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


fix pack file magic value


whitespace


add a header file for pack files


fix previous


add more object types (needed for pack files)


fix previous


don't overwrite already decompressed data


check recallocarray return value


fix size calculations


make tree diffing work


fix previous


build with debug by default


remove unused function


fix variable names


test tree diff (not yet working correctly)


add todo comment


implement diff_deleted_tree


implement diff_added_tree