Commits


fix mem leak in blame_changes() error path


remove a wrong free() in got_blame()


fix mem leaks in got_blame()


fix a mem leak in blame_commit()


always close blame in got_blame_incremental()


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


add missing call to blame callback


always pass commit ID to incremental blame callback


implement cleaner cancellation of tog's blame view


allow quitting tog blame view while blame is in progress


implement incremental blame display for tog


rename zbuf to inflate


don't crash in 'got blame' error path


fix off-by-one in got_blame()


fix off-by-one in blame_open()


remove left-over debug code


make annotate_line() non-fatal; handles files getting short


simplify blame_open(): pcommit is not required


remove wrong comment


basic 'got blame' implementation