git_config_open_ondisk

Create a new config instance containing a single on-disk file

This method is a simple utility wrapper for the following sequence of calls: - git_config_new - git_config_add_file_ondisk

@param out_ The configuration instance to create @param path Path to the on-disk file to open @return 0 on success, or an error code

extern (C) nothrow @nogc
int
git_config_open_ondisk

Meta