Crate git_pathspec

source ·
Expand description

Parse path specifications and see if a path matches.

Modules

Structs

Flags to represent ‘magic signatures’ which are parsed behind colons, like :top:.
The output of a pathspec parsing operation. It can be used to match against a one or more paths.

Enums

Parts of magic signatures which don’t stack as they all configure the way path specs are matched.

Functions

Parse a git-style pathspec into a Pattern.