Commits


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


no need to zero path during allocation in get_packfile_path()


remove object_idcache; use object_idset instead


implement object idset with a red-black tree


rename local variable in got_object_tree_path_changed()


back out mini-commits; no significant performance difference


make got-read-pack pre-seed the main process mini commit cache


rename got_commit_object_mini to got_mini_commit_object


add an object cache for mini commits