Commits


allow error return from got_worktree_checkout_cb()


use absolute path for reference in got/worktree namespace


rename got_error_prefix_errno() to got_error_from_errno()


lock branch reference file during 'got commit' to prevent a race


open the file index just once when adding multiple files


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)


make got path APIs available to library consumers


add support for partial updates, which affect specific paths only


deduplicate code for constructing a worktree's base ref name


create references to base commits of got worktrees


read UUID back from work tree meta data


add a UUID to work tree meta data


check for errors from fclose()


preserve executable bit on files during checkout and update


happy new copyright year