git_submodule_set_fetch_recurse_submodules

Set the fetchRecurseSubmodules rule for a submodule in the configuration

This setting won't affect any existing instances.

extern (C) nothrow @nogc
int
git_submodule_set_fetch_recurse_submodules

Parameters

repo libgit2_d.types.git_repository*

the repository to affect

name const(char)*

the submodule to configure

fetch_recurse_submodules libgit2_d.types.git_submodule_recurse_t

Boolean value

Return Value

Type: int

old value for fetchRecurseSubmodules

Meta