pub fn load_gitattributes_bare(
repo: &Repository,
) -> Result<ParsedGitAttributes, Error>Expand description
Bare repository: only info/attributes from disk (no in-repo .gitattributes file).
Memoized like load_gitattributes_stack, keyed by git_dir.