Commit Briefs

c6f826b4b8 Stefan Sperling

better variable names in create_loose_object()



4e4a700503 Stefan Sperling

flush compressed output in got_deflate_read()



f970685c28 Stefan Sperling

flip order of arguments to got_object_blob_create()



f488e73cc6 Stefan Sperling

fix objpath memleak in got_object_blob_create()




f16c2465a5 Stefan Sperling

don't forget to write header in got_object_blob_create()


a14a8cf670 Stefan Sperling

eliminate unnecessary fdopen() in got_object_blob_create()


45d610198c Stefan Sperling

avoid double file close in got_object_blob_create()


44edeea709 Stefan Sperling

introduce got_object_blob_create()


90bdb554ae Stefan Sperling

expose a static helper function as got_object_get_path()


3eb93f3c86 Stefan Sperling

inline open(2) flags in got_lockfile_lock()


a5b57ccf59 Stefan Sperling

omit unused mode argument to open(2)




b7011c591b Stefan Sperling

fix double-free in error path of open_blob()


573463cc61 Stefan Sperling

init output parameter in walk_dir()


14ae1db50e Stefan Sperling

plug memory leaks in diff_fileindex_dir()


f2cf8fbb2f Stefan Sperling

improve partial update documentation



c02c541e86 Stefan Sperling

scan for git repository before applying unveil(2)


70ac5f8404 Stefan Sperling

more init fixes for ref lists in tog