git_config_set_bool

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

extern (C) nothrow @nogc
int
git_config_set_bool

Parameters

cfg libgit2_d.types.git_config*

where to look for the variable

name const(char)*

the variable's name

value int

the value to store

Return Value

Type: int

0 or an error code

Meta