# Functions
LoadGlobalPatterns loads gitattributes patterns and attributes from the gitattributes file declared in a user's ~/.gitconfig file.
LoadSystemPatterns loads gitattributes patterns and attributes from the gitattributes file declared in a system's /etc/gitconfig file.
NewMatcher constructs a new matcher.
ParseAttributesLine parses a gitattribute line, extracting path pattern and attributes.
ParsePattern parses a gitattributes pattern string into the Pattern structure.
ReadAttributes reads patterns and attributes from the gitattributes format.
No description provided by the author
ReadPatterns reads gitattributes patterns recursively through the directory structure.
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author