Commits


fix bugs in got_repo_map_path() and add more related tests


read UUID back from work tree meta data


more specific mmap(2) failure checks


check for errors from close(2)


stop checking for a worktree in open_repo()


add read support for packed refs


happy new copyright year


make got_repo_get_path_git_dir() return const char *


make got_repo_get_path() return const char *


more support for tag objects; new code is not yet reachable


introduce got errors with custom messages; add one for ERR_NO_OBJ


search most recently opened pack index first, not last


back out mini-commits; no significant performance difference


rename got_commit_object_mini to got_mini_commit_object


add an object cache for mini commits


fix logging /sys in tog while /sys symlink exists on disk


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'