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