Commits


remove struct got_object from public library API


stop history traversal once blame has annotated all lines


store number of lines in int instead of size_t


don't abort blame in annotate_line() if lines are out of range


add custom error code for 'no such tree entry' errors


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


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