| 1520 | } |
| 1521 | |
| 1522 | static void sync_submodule_cb(const struct cache_entry *list_item, void *cb_data) |
| 1523 | { |
| 1524 | struct sync_cb *info = cb_data; |
| 1525 | |
| 1526 | sync_submodule(list_item->name, info->prefix, info->super_prefix, |
| 1527 | info->flags); |
| 1528 | } |
| 1529 | |
| 1530 | static int module_sync(int argc, const char **argv, const char *prefix, |
| 1531 | struct repository *repo UNUSED) |
nothing calls this directly
no test coverage detected