| 948 | } |
| 949 | |
| 950 | void submodule_free(struct repository *r) |
| 951 | { |
| 952 | if (r->submodule_cache) |
| 953 | submodule_cache_clear(r->submodule_cache); |
| 954 | } |
| 955 | |
| 956 | static int config_print_callback(const char *var, const char *value, |
| 957 | const struct config_context *ctx UNUSED, |