Commits


handle zero-length files in open_blob() correctly


fix fwrite() call in got_object_blob_dump_to_file()


fix an unchecked fwrite() call in got_object_blob_dump_to_file()


drop dead code from got_privsep_send_obj_req()


make all the read_privsep functions local to object.c


eliminate got_object_open() round-trip when opening blobs


eliminate got_object_open() round-trip when opening tags


eliminate got_object_open() round-trip when opening trees


don't clean up twice in start_pack_privsep_child()


de-duplicate some code I copied around in object.c


make all the _packed_read_privsep() functions local to object.c


there's no point in embedding the object header in commits


eliminate got_object_open() round-trip when opening commits


pass object ID to open_loose_object() instead of an object


remove struct got_object from public library API