Commits


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


move object parsing code into a separate file


remove unused argument from read_commit_object_privsep()


fix a leak and use recallocarray in read_object_header()


fix leak in object_path()


use got_object_qid_free() consistently


fix leak in got_object_open_by_path()


replace some calloc() with malloc() in object.c


allow going back to previously blamed commits in tog blame


implement incremental blame display for tog


rename zbuf to inflate