Commits


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


make 'got log -c' accept a branch name


remove unused -v option for 'got log'


improve option listings in got(1) man page


got log: allow first-parent traversal with the commit graph


add -v option 'got log'; currently shows parent commits


tweak man page wording; less clutter


copyright 2018


add authors section to man page


document where the UI expects SHA1 hashes


document checkout better and fix optional worktree arg


document diff command and make the repo path optional


implement got log -l