Commit Briefs

82751bc5e5 Stefan Sperling

fix typo in error message and improve indentation


638f902404 Stefan Sperling

rename got_error_prefix_errno() to got_error_from_errno()


a9833bc916 Stefan Sperling

add got_commit_graph_find_youngest_common_ancestor()


e009fd0ff5 Stefan Sperling

identify an error source correctly


230a42bdc6 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)


324d37e7c7 Stefan Sperling

make got path APIs available to library consumers


998ff57f4f Stefan Sperling

make advance_branch() search the smaller id set first


9f57848c05 Stefan Sperling

remove unnecessary graph search in advance_branch()


81a966c019 Stefan Sperling

whitespace



7a62478bb7 Stefan Sperling

remove some unused cruft from commit graph



7310c1c396 Stefan Sperling

don't open tree unnecessarily in detect_changed_path()


ce95c694d0 Stefan Sperling

remove unreachable code