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


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


introduce got_ref_list_free() and use it in got and tog


dynamically adjust length of author column in tog log view


show author's email handle instead of full name in tog log view