git_repository_workdir

Get the path of the working directory for this repository

If the repository is bare, this function will always return null.

@param repo A repository object @return the path to the working dir, if it exists

extern (C) nothrow @nogc
const(char)*
git_repository_workdir

Meta