git_repository_is_worktree

Check if a repository is a linked work tree

@param repo Repo to test @return 1 if the repository is a linked work tree, 0 otherwise.

extern (C) nothrow @nogc
int
git_repository_is_worktree

Meta