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

Function repo_config_release

config.c:2225–2228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2223 };
2224
2225static void repo_config_release(struct repo_config *config)
2226{
2227 comment_char_config_release(&config->comment_char_config);
2228}
2229
2230#ifdef WITH_BREAKING_CHANGES
2231static void check_auto_comment_char_config(struct repository *repo,

Callers 1

repo_read_configFunction · 0.85

Calls 1

Tested by

no test coverage detected