git_worktree_lookup

Lookup a working tree by its name for a given repository

@param out_ Output pointer to looked up worktree or null @param repo The repository containing worktrees @param name Name of the working tree to look up @return 0 or an error code

extern (C) nothrow @nogc
int
git_worktree_lookup

Meta