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.

@param submodule The submodule to check @return The current libgit2_d.types.git_submodule_update_t value that will be used for this submodule.

extern (C) nothrow @nogc
git_submodule_update_strategy

Meta