Commits


fix handling of non-directories in change from previous commit


tog: if opened from log view, open tree view at path being logged


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


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


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


tog: don't clear diff view contents when indicating diff progress this is much easier on the eyes when moving through diffs


rename got_error_prefix_errno() to got_error_from_errno()


be less clever: don't nest 'case' inside if (...) no functional change


tog: remove view_flash(), just stop when at first/last entries


tog: space acts as enter


tog: control+f and b for page down and up


tog: align case statements with switch


lock branch reference file during 'got commit' to prevent a race


open the file index just once when adding multiple files


got_error_set_errno: take a char arg to pass to got_error_prefix_errno $> got rm a got: : No such file or directory becomes $> got rm a got: /path/to/a: No such file or directory