Commits


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


remove hack; was based on wrong assumption (see d7a045384f72c50b)


remove unused function argument


better interactivity while loading commits in tog log view


tog: it's enough to refresh the screen just once when fetching commits


tog: don't ask log thread for too many commits in scroll_down()


append dots to tog blame's "annotating" progress message


make tog log view's "loading..." message show up again


tog: disable arbitrary commit pre-fetching in scroll_down()


make tog show reference names in log and diff views