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