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