git_submodule_set_update

Set the update rule for the submodule in the configuration

This setting won't affect any existing instances.

extern (C) nothrow @nogc
int
git_submodule_set_update

Parameters

repo libgit2_d.types.git_repository*

the repository to affect

name const(char)*

the name of the submodule to configure

update libgit2_d.types.git_submodule_update_t

The new value to use

Return Value

Type: int

0 or an error code

Meta