Commits


make 'got log' default to the current branch in a work tree


add jcs to AUTHORS


add branch support to 'got update'


add branch support to 'got checkout'


update 'got ref' branch creation example


make it possible to duplicate another reference with 'got ref'


document new got commit features


wording tweak in got man page


improve 'got commit' documentation


got add's file path argument is not optional


update 'got add' documentation


document 'got commit'


make got's acronym expansion official


improve partial update documentation


add support for partial updates, which affect specific paths only


add initial implementation of 'got revert'


make 'got status' detect and indicate merge conflict markers


mention bare repos in git-repository(5), not got(1)


wording tweak in got(1) man page


mark-up tweak in got(1) man page


remove mission statement from got(1) man page


typo in got(1) man page


document the new A and D status codes for 'got status'


add a basic implementation of 'got rm'


implement a basic 'got add' command