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

Function submodule_update_strategy_release

submodule.c:405–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

free_one_configFunction · 0.85
update_data_releaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected