Commits


replace got_object_open_by_path() with got_object_id_by_path()


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()