Commits


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)


more init fixes for ref lists in tog


ensure that ref list is always initialized in tog's cmd_log()


make 'tog log' resolve paths just like 'got log' does it


make 'got log' and 'tog log' skip revs in the got/ namespace