Commits


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


make tog show command-specific usage if command is used wrongly


unveil worktree in cmd_log() for tog as well


revert 718516bdb5ed72e3efabaeced654c82fa43b33ec; broke 'tog blame'


always show selected commit in tog log view


fix scrolling-up regression in tog tree view


fix TABs causing line display overflow in tog format_line()