libgit2

git_config_set_int64

Version:

Set the value of a long integer config variable.

Signature

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

Parameters

In
cfg

where to look for the variable

const char *
In
name

the variable's name

int64_t
In
value

Long integer value for the variable

Returns

int

GIT_SUCCESS or an error code

Versions