Commits


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


store number of lines in int instead of size_t


eliminate strlen() in got_object_id_by_path()


eliminate strlen() call in got_object_tree_path_changed()


more support for tag objects; new code is not yet reachable


add custom error code for 'no such tree entry' errors


introduce got errors with custom messages; add one for ERR_NO_OBJ


tree entries are sorted, so find_entry_by_name() can exit early