Commits


add support for partial updates, which affect specific paths only


add initial implementation of 'got revert'


don't leave file as unversioned in case of wt edit vs repo rm


test and improve behaviour for wt edit vs repo rm conflict


fix behaviour when update deletes an edited file


make 'got status' detect and indicate merge conflict markers


treat 'add vs add' on update as a text conflict for now


fix behaviour when 'got rm' is used twice


fix behaviour when 'got add' is used twice


make got_worktree_schedule_add() report 'added' via status_cb


add a basic implementation of 'got rm'


implement a basic 'got add' command


introduce got_worktree_resolve_path()


move worktree-specific error handling out of got_path_mkdir()


remove path portion from worktree base commit ref name