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



d3d493d784 Stefan Sperling

got: fix memory leak in print_commit()


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




41496140bd Stefan Sperling

prevent double-close(2) of file descriptors passed in imsg


3a11398b2a Stefan Sperling

more specific mmap(2) failure checks


8127352843 Stefan Sperling

remove a TODO item that's done


70a0c8ec6e Stefan Sperling

preserve permissions on merged files


2a57020b37 Stefan Sperling

clean up temp files if rename(2) fails


65ad4e6108 Stefan Sperling

improve wording of a comment in merge_blob()


80c5c12028 Stefan Sperling

missing fread(3) error check in get_file_status()


cb6dec9739 Stefan Sperling

add another TODO item for tog