Commits


don't bother showing the HEAD ref in 'got log'


make 'got diff' show local changes in work tree


port fix for a work tree path bug from 'tog blame' to 'got blame'


wrap overlong line


make 'got blame' function in a work tree


fix got_worktree_open() error check in cmd_tree()


make 'got log' function inside a work tree


make 'got tree' behave as advertised in subdirs of a work tree


make 'got update' unveil the root dir of the worktree


make 'got status' work in subdirectories of a work tree


make 'got tree' work from inside a work tree


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'