Commits


remove now inaccurate comment


remove obsolete TODO comment


make 'blame' traverse history via commit graph


add a TODO note for blame


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