git_submodule_branch

Get the branch for the submodule.

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

Parameters

submodule libgit2.types.git_submodule*

Pointer to submodule object

Return Value

Type: const(char)*

Pointer to the submodule branch

Meta