Commits


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


got_error_from_errno -> got_error_prefix_errno also add got_error_prefix_errno2 and got_error_prefix_errno3 which should hopefully all be merged into a single function with variadic args (but can't alloc mem)


ensure tog's log thread always sets 'log_complete' flag on exit


scan for git repository before applying unveil(2)