Commit Briefs

563fca6e4a Stefan Sperling

make tog compile again


cf066bf82e Stefan Sperling

create blobs


7a10a6257f Stefan Sperling

open base commit tree correctly


675c7539c6 Stefan Sperling

do status walk before opening base commit/tree


a855e33f64 Stefan Sperling

add a comment marking where to collect the log message


c429614457 Stefan Sperling

WIP commit implementation


eb7dbff561 Stefan Sperling

make got's acronym expansion official


76f564d51b Stefan Sperling

rename create_loose_object() to create_object_file()


4be2a0b433 Stefan Sperling

eliminate extra memcpy in got_object_{blob,tree}_create()


f91abf8111 Stefan Sperling

introduce got_object_tree_create()


8914529dc5 Stefan Sperling

make parse_tree_entry() require a mode field


fae40e36ea Stefan Sperling

bump copyright year in object_parse.c


dedbbd9dcc Stefan Sperling

fix more unbound string searches in object_parse.c


c7c59d3c05 Stefan Sperling

remove unused variable in got_object_parse_header()


9ef4ac1620 Stefan Sperling

don't use unbound strlen() while parsing objects


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()