MCPcopy Index your code
hub / github.com/git/git / fetch_config_from_gitmodules

Function fetch_config_from_gitmodules

submodule-config.c:1020–1027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1018}
1019
1020void fetch_config_from_gitmodules(int *max_children, int *recurse_submodules)
1021{
1022 struct fetch_config config = {
1023 .max_children = max_children,
1024 .recurse_submodules = recurse_submodules
1025 };
1026 config_from_gitmodules(gitmodules_fetch_config, the_repository, &config);
1027}
1028
1029static int gitmodules_update_clone_config(const char *var, const char *value,
1030 const struct config_context *ctx,

Callers 1

cmd_fetchFunction · 0.85

Calls 1

config_from_gitmodulesFunction · 0.85

Tested by

no test coverage detected