git_config_set_int64

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

extern (C) nothrow @nogc
int
git_config_set_int64

Parameters

cfg libgit2_d.types.git_config*

where to look for the variable

name const(char)*

the variable's name

value long

Long integer value for the variable

Return Value

Type: int

0 or an error code

Meta