pub fn parse_gitattributes_file_content(
content: &str,
display_path: &str,
) -> ParsedGitAttributesExpand description
Parse one gitattributes file from disk (follows symlinks only when reading global/info).
pub fn parse_gitattributes_file_content(
content: &str,
display_path: &str,
) -> ParsedGitAttributesParse one gitattributes file from disk (follows symlinks only when reading global/info).