Commits


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