Commits


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()


make tog flash a view when it cannot scroll further


make 'tog diff' show a progress message while generating diffs


fix trigger_log_thread() would run forever in case the thread had an error


only load commits if necessary when switching commits in diff view


enable commit pre-fetching in tog log view again; this is faster


do fast ncurses refresh while log thread is loading commits


reliably switch to next commit in tog diff view; don't lose key presses