Commits


always NUL-terminate paths in write_fileindex_path()


fix check for NUL byte in read_fileindex_path()


remove redundant existence check


preparation for idempotent checkout: read exisiting file index


try to sync file index to disk if checkout hits an error


store parsed head reference in struct got_worktree


store base commit of each blob in file index


store a parsed base commit ID in struct got_worktree


fix naming of some work tree meta data files and macros


fix crash in tog when diffing a root commit


make got_worktree_checkout_files() infer base commit from meta data


store base commit in a dedicated meta file


undo previous


store commit hash along with the HEAD ref in .got/head


handle zero-length files in open_blob() correctly


fix fwrite() call in got_object_blob_dump_to_file()


fix broken fwrite() check in add_file_on_disk()


fix an unchecked fwrite() call in got_object_blob_dump_to_file()


verify total size vs header length in got-read-blob


catch fatal i/o errors in add_file_on_disk()


remove pointless memcopies from fileindex code


rename fileindex functions from open/close to alloc/free


fix byte-swaps in fileindex read code


implement got_fileindex_read() - not yet tested


rename local variable in got_worktree_checkout_files()