Commits


flush compressed output in got_deflate_read()


create blob's parent dir if missing in got_object_blob_create()


flip order of arguments to got_object_blob_create()


handle non-existent reference in got_ref_resolve() error path


fix objpath memleak in got_object_blob_create()


blob content file doesn't need a path in got_object_blob_create()


store header length in variable in got_object_blob_create()


don't forget to write header in got_object_blob_create()


eliminate unnecessary fdopen() in got_object_blob_create()


avoid double file close in got_object_blob_create()


introduce got_object_blob_create()


expose a static helper function as got_object_get_path()


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'