[][src]Function git_trim::get_config_bool

pub fn get_config_bool(
    repo: &Repository,
    given: Option<bool>,
    key: &str,
    default: bool
) -> Result<ConfigValue<bool>>