| 403 | } |
| 404 | |
| 405 | void submodule_update_strategy_release(struct submodule_update_strategy *strategy) |
| 406 | { |
| 407 | free((char *) strategy->command); |
| 408 | } |
| 409 | |
| 410 | const char *submodule_update_type_to_string(enum submodule_update_type type) |
| 411 | { |
no outgoing calls
no test coverage detected