Commit Briefs

dbc6a6b63b Stefan Sperling

allow going back to previously blamed commits in tog blame


245d91c1c0 Stefan Sperling

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



ab089a2a3a Stefan Sperling

show commit id in blame view header


decd3bd14e Stefan Sperling

tweak header line in tog tree view


c35a794348 Stefan Sperling

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


45202a8f5e Stefan Sperling

fix reading ref deltas


89a4e64fc7 Stefan Sperling

add missing call to blame callback


bd24772efa Stefan Sperling

use a separate repository structure for blame thread


ede67fd961 Stefan Sperling

remove empty line from commit diff output


867c664530 Stefan Sperling

show selected commit's hash in tog log view


880dcab35c Stefan Sperling

remove hash from tog log view


b880a91868 Stefan Sperling

refactor tog blame diff display code; no functional change


fb311a665c Stefan Sperling

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


ee41ec32de Stefan Sperling

tweak tog blame display


0e2a293c04 Stefan Sperling

clean up allocations after showing diff from blame view


ad6a6c4371 Stefan Sperling

allow switching from blame view to diff view in tog


b700b5d65d Stefan Sperling

implement line selection in tog blame view


b39d25c725 Stefan Sperling

show day of commit in tog log view


18430de34d Stefan Sperling

nicer blame progress display in tog


3bf198ba33 Stefan Sperling

always pass commit ID to incremental blame callback


3f60a8ef49 Stefan Sperling

show a header line in tog's blame view


d68a0a7de1 Stefan Sperling

implement cleaner cancellation of tog's blame view


75b7a700d9 Stefan Sperling

allow quitting tog blame view while blame is in progress


67c4c153ac Stefan Sperling

fix a crash and a memory leak in tog