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