Commits


add 'got ref' subcommand; no support for symbolic refs yet


allow restricting 'got diff' and 'got status' to a path in work tree


document trailing annotations shown by 'got tree'


make 'got update' restore missing files


document status codes displayed by 'got update'


man page tweaks


make 'got diff' show local changes in work tree


make 'got blame' function in a work tree


document 'got log' behaviour inside a work tree


improve documentation of 'got tree'


make 'got status' detect obstructed files


add 'got status' command


In got.1, clarify that 'got update' operates on current branch only.


happy new copyright year


implement -c option for 'got checkout'


implement recursive mode for 'got tree'


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


add -C option to diff and log synopsis in got man page


add a 'got tree' subcommand


add diff context option to got(1)


document 'got blame'


rename got-repository(5) man page to git-repository(5)


allow filtering history by paths in 'got log'


show 'got log' options in sorted order


wording tweak in got(1) man page