Commits


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


trim whitespace and remove a useless comment


clarify regress test requirements


print new base commit ID when update is done


fix testroot path used by basic update test


basic cmdline test for 'got update'


don't run regress tests by default


add a command line test suite with a simple 'got checkout' test


add a TODO comment


ensure that 'got update' stays on the current branch


add a TODO comment


make 'got update' less chatty


add a basic 'got update' command; does not merge files yet


fix 'same path prefix' check during checkout


fix got_worktree_get_repo_path()


remove useless strdup from got_worktree_get_repo_path()


verify path prefix when checking out into existing work tree


don't bother opening trees outside of path prefix


don't bother opening a blob if checkout will skip it