git_submodule_path

Get the path to the submodule.

The path is almost always the same as the submodule name, but the two are actually not required to match.

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

Parameters

submodule libgit2_d.types.git_submodule*

Pointer to submodule object

Return Value

Type: const(char)*

Pointer to the submodule path

Meta