Commits


document got_repo_get_path() and got_repo_get_path_git_dir()


make got_repo_get_path_git_dir() return const char *


make got_repo_get_path() return const char *


fix diffing of blamed commit in 'tog blame'


whitespace


apply unveil(2) to worktree tests


apply unveil(2) to delta tests


apply unveil(2) to repository tests


plug leaks in error path of tog blame


apply unveil(2) to 'tog tree'


apply unveil(2) to 'tog blame'


apply unveil(2) to 'tog diff'


apply unveil(2) to 'tog log'


apply unveil(2) to 'got tree'


apply unveil(2) to 'got blame'


apply unveil(2) to 'got diff'


apply unveil(2) to 'got log'


apply unveil(2) to 'got update'


use unveil(2) in 'got checkout'


make C test output match cmdline test output


don't clobber cmp's exit code with diff's exit code


make 'got update' remove files which were deleted


test update with an added file


make successful cmdline test output match that of other tests


discard output of 'got checkout' in basic update test