Commits


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