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

Function parse_fetch_recurse_submodules_arg

submodule-config.c:452–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452int parse_fetch_recurse_submodules_arg(const char *opt, const char *arg)
453{
454 return parse_fetch_recurse(opt, arg, 1);
455}
456
457int option_fetch_parse_recurse_submodules(const struct option *opt,
458 const char *arg, int unset)

Callers 4

get_fetch_recurse_configFunction · 0.85
gitmodules_fetch_configFunction · 0.85
git_fetch_configFunction · 0.85

Calls 1

parse_fetch_recurseFunction · 0.85

Tested by

no test coverage detected