Commits


fix a mem leak in blame_commit()


make tog blame thread close its repo when done


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


fix typo in Makefile comments: CPLAGS -> CFLAGS


provide a compile-time toggle for object caching


replace some calloc() with malloc() in object.c


always close blame in got_blame_incremental()


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


man page for tog


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


account for line shift in blame; lots of help from tb@


fix reading ref deltas


add missing call to blame callback