MCPcopy Create free account
hub / github.com/git/git / git_config_from_file

Function git_config_from_file

config.c:1429–1433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1427}
1428
1429int git_config_from_file(config_fn_t fn, const char *filename, void *data)
1430{
1431 return git_config_from_file_with_options(fn, filename, data,
1432 CONFIG_SCOPE_UNKNOWN, NULL);
1433}
1434
1435int git_config_from_mem(config_fn_t fn,
1436 const enum config_origin_type origin_type,

Callers 4

git_configset_add_fileFunction · 0.85
read_repository_formatFunction · 0.85
read_populate_optsFunction · 0.85

Calls 1

Tested by

no test coverage detected