Commits


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