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

Class repo_config_values

environment.c:296–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 const struct config_context *ctx, void *cb)
295{
296 struct repo_config_values *cfg = repo_config_values(the_repository);
297
298 /* This needs a better name */
299 if (!strcmp(var, "core.filemode")) {

Callers 4

git_default_core_configFunction · 0.70
git_default_configFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected