Commit Briefs


Stefan Sperling

remove unused variable in blame_commit()


Stefan Sperling

fix and simplify blame algorithm

Always diff against latest version of file. This is much easier since there is no need to keep track of lines shifting around.







Stefan Sperling

remove got_blame() API, now unused



Stefan Sperling

fix build on OpenBSD/sparc64 (gcc)


Stefan Sperling

implement search for 'tog blame'



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)