Commits


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


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


make tog log view and child diff view stay in sync


fix tog bug where log view didn't scroll while loading commits


in tog, allow moving between commit diffs with a single key press


check for errors from fclose()


check for fflush() errors


make 'tog tree' identify executable files


make 'tog blame' function in a work tree


delay initialization of curses in tog until after usage()


make 'tog tree' function in a work tree


make 'tog log' function in a work tree


set CTYPE locale category only; leave others in "C" locale


improve tog tree view page-up scrolling behaviour


fix scroll-up skipping over first displayed entry in tog tree view


remove unused field from struct tog_tree_view_state