git_config_find_programdata

Locate the path to the configuration file in ProgramData

Look for the file in %PROGRAMDATA%\Git\config used by portable git.

@param out_ Pointer to a user-allocated git_buf in which to store the path @return 0 if a ProgramData configuration file has been found. Its path will be stored in out.

extern (C) nothrow @nogc
int
git_config_find_programdata

Meta