Commits


indent long line


make workdir tests clean up workdirs if tests pass


add test for non-destructive behaviour of worktree_init()


add worktree skeleton code; implement got_worktree_init()


don't forget to set error message in got_error_from_errno()


file index path padding is only needed on disk


file index entries are variable in size; use a tailq


remove unused list head


return error from search_packidx() if dup_packidx() fails


tweak wording in comment


the file index header checksum applies to on-disk data


missed one


got_index_priv.h -> got_file_index_priv.h


rename 'index' data structures to 'file index'


more tweaks to index structures