git_submodule_branch

Get the branch for the submodule.

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

Parameters

submodule libgit2_d.types.git_submodule*

Pointer to submodule object

Return Value

Type: const(char)*

Pointer to the submodule branch

Meta