Commits


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


remove GOT_ERR_NO_MEM, we can just use errno in those cases


rename the library-internal headers again to a common prefix


fix worktree test build: remove more unused variables


write file index after checking out files


initial implementation of worktree checkout


rename library-private headers from *_priv.h to *_lib.h


implement fileindex entry open/close