pub fn lfs_url_bool(cwd: &Path, url: &str, subkey: &str, default: bool) -> boolExpand description
Resolve lfs.<url>.<subkey> with longest URL-prefix match,
falling back to global lfs.<subkey>. Same machinery as
HttpOptions::for_url but for the lfs namespace. default is
returned when neither scope has the key set.
Only used today for lfs.<url>.contenttype — keep this scoped to
boolean config keys until a non-bool URL-scoped lfs key shows up.