Commits


check for errors from close(2)


allow restricting 'got diff' and 'got status' to a path in work tree


fix typo in status code name: GOT_STATUS_MODIFIY -> GOT_STATUS_MODIFY


make 'got update' merge file edits


make 'got diff' show local changes in work tree


make 'got status' work in subdirectories of a work tree


make got_worktree_open() crawl upwards


make 'got status' detect obstructed files


add a worktree status API


happy new copyright year


make 'got update' remove files which were deleted


ensure that 'got update' stays on the current branch


add a basic 'got update' command; does not merge files yet


fix 'same path prefix' check during checkout


remove useless strdup from got_worktree_get_repo_path()