Commits


happy new copyright year


got_pack_get_object_size() -> got_pack_get_max_delta_object_size()


remove redundant goto statement


remove unused field from struct got_blob_object


pass smallish blobs directly via imsg buffer


fix leaks in add_dir_on_disk(), and ensure all parents get created


fix bug where update got confused by sub-sub directories


fix more bugs in the update walk and add more tests


change GOT_INDEX_ENTRY prefix to GOT_FILEIDX


tolerate missing files in remove_ondisk_file()


avoid redundant file index additions in install_blob()


don't bother with memcpy for hdr in got_fileindex_read()


flush the file index after writing it


don't bother with memcpy of header when writing the file index


print a more useful message when an update had nothing to do


allow recovery of a bad file index by removing it and updating


fix bug where update forgot to create a parent directory


add two more tests for update


avoid pointless call to got_error_from_errno()


rename got_compare_paths to got_path_cmp


fix various issues in new update implementation


add a test for got_compare_paths()


implement -c option for 'got checkout'


introduce special error code for a corrupt file index


implement checkout+update as single-pass diff between file index and tree