package
1.5.0
Repository: https://github.com/devtron-labs/go-git.git
Documentation: pkg.go.dev

# 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

# Interfaces

No description provided by the author
Matcher defines a global multi-pattern matcher for gitattributes patterns.
Pattern defines a gitattributes pattern.