Function gitcc_git::get_config

source ·
pub fn get_config(repo: &GitRepository) -> Result<GitConfig, Error>
Expand description

Returns the repo config

The config is the config which can be applied taking into account the hierarchy which exists between the global config, and the local/repo config overwriting the global config.