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

Function update_clone_config_from_gitmodules

submodule-config.c:1039–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1037}
1038
1039void update_clone_config_from_gitmodules(int *max_jobs)
1040{
1041 config_from_gitmodules(gitmodules_update_clone_config, the_repository, max_jobs);
1042}

Callers 1

module_updateFunction · 0.85

Calls 1

config_from_gitmodulesFunction · 0.85

Tested by

no test coverage detected