Commits


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


make 'got checkout' verify that specified branch and commit match


make 'got update' verify that provided commit and branch match


another typo fix


fix typo in comment


add jcs to AUTHORS


add branch support to 'got update'


add branch support to 'got checkout'


use cmp -s, instead of cmp, in all command line tests


cosmetic tweak to xfail test output


add new test test_commit_added_subdirs (xfail)


allow cmdline tests to report test result 'xfail' (expected failure)


store file's base commit ID in got_commitable and use it for OOD check


report base commit of fileindex entries to status callback


rename got_commitable's 'base_id' to 'base_blob_id'; more obvious