git_submodule_update_strategy

Get the update rule that will be used for the submodule.

This value controls the behavior of the git submodule update command. There are four useful values documented with libgit2_d.types.git_submodule_update_t.

extern (C) nothrow @nogc
git_submodule_update_strategy

Parameters

submodule libgit2_d.types.git_submodule*

The submodule to check

Return Value

Type: libgit2_d.types.git_submodule_update_t

The current libgit2_d.types.git_submodule_update_t value that will be used for this submodule.

Meta