Commits


fix git repository detection segv bug


initialize privsep child pointer in got_repo_cache_pack()


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


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


start reading pack files with privsep; still WIP


move pack caching code from pack.c to repository.c


init ibuf only once for the lifetime of a privsep child


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


allow filtering history by paths in 'got log'


scan upwards for git repositories


provide a compile-time toggle for object caching


rename zbuf to inflate


add an object id cache which backs the object cache


undo previous; too much mixup in one data structure


store recently accessed objects at front of cache lists