Crate gix_pathspec

source ·
Expand description

Parse path specifications and see if a path matches.

Re-exports§

Modules§

Structs§

  • Default settings for some fields of a Pattern.
  • 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.
  • A lists of pathspec patterns, possibly from a file.

Enums§

Functions§

  • Parse a git-style pathspec into a Pattern, setting the given default values in case these aren’t specified in input.