git_repository_open_from_worktree

Open working tree as a repository

Open the working directory of the working tree as a normal repository that can then be worked on.

@param out_ Output pointer containing opened repository @param wt Working tree to open @return 0 or an error code

extern (C) nothrow @nogc
int
git_repository_open_from_worktree

Meta