Commit Briefs

15a949835c Stefan Sperling

remove struct got_object from public library API


06ca4d0918 Stefan Sperling

stop history traversal once blame has annotated all lines


6fcac4576a Stefan Sperling

store number of lines in int instead of size_t



d14519756a Stefan Sperling

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


ff7c4d82c9 Stefan Sperling

remove now inaccurate comment


eac0d6b486 Stefan Sperling

remove obsolete TODO comment


293f640090 Stefan Sperling

make 'blame' traverse history via commit graph


4db7331246 Stefan Sperling

add a TODO note for blame



df9513f185 Stefan Sperling

fix mem leak in blame_changes() error path


58c811c514 Stefan Sperling

remove a wrong free() in got_blame()


d4af3990f6 Stefan Sperling

fix mem leaks in got_blame()


ce7f1bfe20 Stefan Sperling

fix a mem leak in blame_commit()


2620684109 Stefan Sperling

always close blame in got_blame_incremental()