Commits


spawn more pack file helpers again now that leaks got fixed /usr/src updates have become slower for some reason and my best guess is that caching of packed data has become less effective with df613bb4d8662c28a9888714a80ca572bff9d924 (leaks were subsequently fixed by 2cb49fa8fb84f3a8fc2eb6036a6bd9b64c57e347 and by 0dd5271bd8f2a4f92ac3536fcc493eebc39b86e5)


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


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


tog man page: fix lists of single-line scrolling keys


update 'got ref' branch creation example


revert c191ed664f6c437ebc3e0c859c53e48b445401f1 'got ref' should only work with naked ref names; implicitly putting things into 'refs/heads' is a job for something like a 'got branch' command.


fix a segfault in got_ref_open()


tog: implement ctrl+f/b for diff view, sync man page


tog: at eof in diff view, print (END) like less does


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


make open_ref() tolerate missing reference dirs and files