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

Function parse_push_recurse_submodules_arg

submodule-config.c:528–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528int parse_push_recurse_submodules_arg(const char *opt, const char *arg)
529{
530 return parse_push_recurse(opt, arg, 1);
531}
532
533static void warn_multiple_config(const struct object_id *treeish_name,
534 const char *name, const char *option)

Callers 2

git_push_configFunction · 0.85

Calls 1

parse_push_recurseFunction · 0.85

Tested by

no test coverage detected