git_repository_path

Get the path of this repository

This is the path of the .git folder for normal repositories, or of the repository itself for bare repositories.

@param repo A repository object @return the path to the repository

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

Meta