Commits


add a helper function which creates worktree meta files


stamp worktrees with a format number


bump copyright


unwrap short line


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


add a pack index cache; speeds tree listing up quite a lot


support an absolute repos path argument in got_repo_open()


some tweaks to the index format we'll probably make


fix repos path argument processing in repository_test


remove things which are unused in index format 2


add some basic data structores for git index