git_config_new

Allocate a new configuration object

This object is empty, so you have to add a file to it before you can do anything with it.

extern (C) nothrow @nogc
int
git_config_new

Parameters

out_ libgit2_d.types.git_config**

pointer to the new configuration

Return Value

Type: int

0 or an error code

Meta