Commits


inline open(2) flags in got_lockfile_lock()


omit unused mode argument to open(2)


ensure tog's log thread always sets 'log_complete' flag on exit


implement cancellation support for diff and status operations


fix double-free in error path of open_blob()


init output parameter in walk_dir()


plug memory leaks in diff_fileindex_dir()


improve partial update documentation


add support for partial updates, which affect specific paths only


scan for git repository before applying unveil(2)


more init fixes for ref lists in tog


ensure that ref list is always initialized in tog's cmd_log()


add initial implementation of 'got revert'


add missing error string for GOT_ERR_FILE_OBSTRUCTED


add a test for wt rm vs repo rm


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


use a better naming scheme for tree conflict tests


fix behaviour when update deletes an edited file


document when tog(1) uses split-screen views


markup fix in tog(1) man page


add some diff tests


make 'got status' detect and indicate merge conflict markers


declare conflict marker strings in got_lib_diff.h


test conflict resolution in test_update_conflict_add_vs_add