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.types.git_submodule_update_t.

extern (C) nothrow @nogc public
git_submodule_update_strategy

Parameters

submodule libgit2.types.git_submodule*

The submodule to check

Return Value

Type: libgit2.types.git_submodule_update_t

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

Meta