Commits


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


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