git_config_set_int32

Set the value of an integer config variable in the config file with the highest level (usually the local one).

extern (C) nothrow @nogc
int
git_config_set_int32

Parameters

cfg libgit2_d.types.git_config*

where to look for the variable

name const(char)*

the variable's name

value int

Integer value for the variable

Return Value

Type: int

0 or an error code

Meta