Commits


add 'got status' command


set CTYPE locale category only; leave others in "C" locale


abbreviate remote refs in output of 'got log'


in 'got log' output, abbreviate ref names under heads/


make 'got log' show packed refs and HEAD ref (pther refs not shown yet)


make 'got log' resolve tags in -c option argument


happy new copyright year


print a more useful message when an update had nothing to do


implement -c option for 'got checkout'


implement recursive mode for 'got tree'


make got_repo_get_path() return const char *


whitespace


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'


print new base commit ID when update is done


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