Commits


make tog blame thread close its repo when done


in tog blame, set corret pointer to NULL after object close


don't leak objects in tog blame view


allow blaming parents of commits in tog blame view


make backspace scroll up an entire page in tog diff view


disable enter key scroll in tog diff view


make backspace scroll up in blame view and document space key


don't page-down scroll beyond EOF in tog blame view


don't sroll beyond end of file in tog blame view


tweak tog blame progress indicator


allow showing object IDs in tog tree view


allow going back to previously blamed commits in tog blame


allow re-blaming file at older commits in tog blame view


tweak tog blame current line display and fix page-down scrolling


show commit id in blame view header


tweak header line in tog tree view


use a separate repository structure for blame thread


show selected commit's hash in tog log view


remove hash from tog log view


refactor tog blame diff display code; no functional change


don't crash in tog blame -> diff if commit has no parent


tweak tog blame display


clean up allocations after showing diff from blame view


allow switching from blame view to diff view in tog


implement line selection in tog blame view