Commit Briefs


joshua stein

while (1) -> for (;;)


joshua stein

got_error_from_errno -> got_error_prefix_errno

also add got_error_prefix_errno2 and got_error_prefix_errno3 which should hopefully all be merged into a single function with variadic args (but can't alloc mem)


Stefan Sperling

check for errors from fclose()







Stefan Sperling

remove now inaccurate comment


Stefan Sperling

remove obsolete TODO comment



Stefan Sperling

add a TODO note for blame



Stefan Sperling

fix mem leak in blame_changes() error path


Stefan Sperling

remove a wrong free() in got_blame()


Stefan Sperling

fix mem leaks in got_blame()


Stefan Sperling

fix a mem leak in blame_commit()




Stefan Sperling

add missing call to blame callback