Commits


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


tog: don't try to load more commits in scroll_down() if log is done


got: fix memory leak in print_commit()


tog: fix commit object leak in set_selected_commit()


tog: don't assume log view has the parent commit in set_selected_commit()


tog: better thread synchronization in scroll_down()


tog: don't keep loading more commits in scroll_down()


fix log and child diff view selection out of sync when scrolling up


make tog's diff view commit selection keys also work in log view