git_submodule_name

Get the name of submodule.

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

Parameters

submodule libgit2_d.types.git_submodule*

Pointer to submodule object

Return Value

Type: const(char)*

Pointer to the submodule name

Meta