Commits


make regress build again


writing the lowest level of trees works now


whitespace


fix bogus sha1 calculation in got_object_tree_create()


don't try to get dirname of a basename


fix another segfault


fix a segfault


more work on getting parent trees of commitables written


more progress on generating new tree entries


collect tree ids for committables


pass the right path to got_object_blob_create()


make tog compile again


create blobs


open base commit tree correctly


do status walk before opening base commit/tree


add a comment marking where to collect the log message


WIP commit implementation


make got's acronym expansion official


rename create_loose_object() to create_object_file()


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


introduce got_object_tree_create()


make parse_tree_entry() require a mode field


bump copyright year in object_parse.c


fix more unbound string searches in object_parse.c


remove unused variable in got_object_parse_header()