Commit Briefs



512d0df15e Stefan Sperling

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


b295e71b3c Stefan Sperling

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



8b473291b7 Stefan Sperling

make tog show reference names in log and diff views



0311546bab Stefan Sperling

tog: fix commit object leak in set_selected_commit()



7226d97285 Stefan Sperling

tog: better thread synchronization in scroll_down()


bc6aae89c2 Stefan Sperling

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




fb872ab2db Stefan Sperling

make tog log view and child diff view stay in sync




fb43ecf150 Stefan Sperling

check for errors from fclose()


cbe7f84890 Stefan Sperling

check for fflush() errors


d8355ef1a2 Stefan Sperling

make 'tog tree' identify executable files


eb41ed7524 Stefan Sperling

make 'tog blame' function in a work tree


a915003aad Stefan Sperling

delay initialization of curses in tog until after usage()


52185f702d Stefan Sperling

make 'tog tree' function in a work tree


b7165be31e Stefan Sperling

make 'tog log' function in a work tree


289e3cbff4 Stefan Sperling

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


67cc799185 Stefan Sperling

improve tog tree view page-up scrolling behaviour