Commit Briefs

0f8d269b44 Stefan Sperling

apply unveil(2) to 'got tree'


36e2fb6662 Stefan Sperling

apply unveil(2) to 'got blame'


25eccc22cd Stefan Sperling

apply unveil(2) to 'got diff'


6098196c6b Stefan Sperling

apply unveil(2) to 'got log'


0266afb7ba Stefan Sperling

apply unveil(2) to 'got update'


63219cd2d4 Stefan Sperling

use unveil(2) in 'got checkout'


9465d5226d Stefan Sperling

make C test output match cmdline test output


693719bce2 Stefan Sperling

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


512f0d0efc Stefan Sperling

make 'got update' remove files which were deleted


3b4d3732e6 Stefan Sperling

test update with an added file



3c90ba67bd Stefan Sperling

discard output of 'got checkout' in basic update test


11c34c6d92 Stefan Sperling

trim whitespace and remove a useless comment


c409649999 Stefan Sperling

clarify regress test requirements


9c4b8182fc Stefan Sperling

print new base commit ID when update is done


0fbd721f10 Stefan Sperling

fix testroot path used by basic update test


c84d8c75bf Stefan Sperling

basic cmdline test for 'got update'


aeb0374820 Stefan Sperling

don't run regress tests by default



2944241d9c Stefan Sperling

add a TODO comment


be7061eb88 Stefan Sperling

ensure that 'got update' stays on the current branch


35c965b275 Stefan Sperling

add a TODO comment


8c18682195 Stefan Sperling

make 'got update' less chatty


507dc3bb12 Stefan Sperling

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


e5dc719849 Stefan Sperling

fix 'same path prefix' check during checkout