git_submodule_fetch_recurse_submodules

Read the fetchRecurseSubmodules rule for a submodule.

This accesses the submodule.<name>.fetchRecurseSubmodules value for the submodule that controls fetching behavior for the submodule.

Note that at this time, libgit2 does not honor this setting and the fetch functionality current ignores submodules.

extern (C) nothrow @nogc
git_submodule_fetch_recurse_submodules

Return Value

Type: libgit2_d.types.git_submodule_recurse_t

0 if fetchRecurseSubmodules is false, 1 if true

Meta