Commits


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 a mini-commit object for use by commit graph


make object caching actually work in got-read-pack


close object cache when got-read-pack exits


fix non-mmap read mode in got-read-pack


fix 'make PROFILE=1' build


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


stop sending deltas in imsg; cache deltas in got-read-pack


read packed blobs with privsep


read packed trees with privsep


read packed commits with privsep


start reading pack files with privsep; still WIP