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
The configuration instance to create
Path to the on-disk file to open
0 on success, or an error code
See Implementation
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