git_worktree_validate

Check if worktree is valid

A valid worktree requires both the git data structures inside the linked parent repository and the linked working copy to be present.

@param wt Worktree to check @return 0 when worktree is valid, error-code otherwise

extern (C) nothrow @nogc
int
git_worktree_validate

Meta