libgit2

git_config_set_int

Version:

Set the value of an integer config variable.

Signature

int git_config_set_int(git_config *cfg, const char *name, int value);

Parameters

In
cfg

where to look for the variable

const char *
In
name

the variable's name

int
In
value

Integer value for the variable

Returns

int

GIT_SUCCESS on success; error code otherwise

Versions