Commits


whitespace


avoid unnecessary strlen() call in find_entry_by_name()


match tree entries exactly, not by prefix, in find_entry_by_name()


eliminate redundant cache search in got_object_open_as_tree()


eliminate redundant cache search in got_object_open_as_commit()


check caches first in got_object_open_as_{tree,commit}()


search pack index before doing a stat for loose objects


avoid strdup in got_object_id_by_path() and got_object_tree_path_changed()


fix leaked trees in got_object_tree_path_changed()


fix filtering for directory paths in 'got log'


introduce got_object_tree_path_changed() and use it in 'got log'


replace got_object_open_by_path() with got_object_id_by_path()


change got_object_get_id() semantics; avoids pointless allocations


fix 'make PROFILE=1' build


fix "rpath" pledge violation in got-read-pack


move object cache out of repository.c to its own file


read packed blobs with privsep


read packed trees with privsep


read packed commits with privsep


start reading pack files with privsep; still WIP


make got_packfile_extract_object_to_mem() accept pack instead of repo


make got_packfile_extract_object() accept a pack instead of a repo


make got_packfile_open_object() accept a pack instead of a repo


implement fork+exec (and by the way, fix the build...)


move some more functions from object.c to object_parse.c