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


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


implement recursive mode for 'got tree'


remove TODO items which have been done


add another TODO item


shorten test name


fix a path matching bug in collect_missing_file()


remove the pathset abstraction again; replaced by RB tree