git_submodule_index_id

Get the OID for the submodule in the index.

extern (C) nothrow @nogc
git_submodule_index_id

Parameters

submodule libgit2_d.types.git_submodule*

Pointer to submodule object

Return Value

Type: const(libgit2_d.oid.git_oid)*

Pointer to git_oid or null if submodule is not in index.

Meta