Crate gix_refspec

Source
Expand description

Parse git ref-specs and represent them.

Modules§

instruction
match_group
parse

Structs§

MatchGroup
A match group is able to match a list of ref specs in order while handling negation, conflicts and one to many mappings.
RefSpec
An owned refspec.
RefSpecRef
A refspec with references to the memory it was parsed from.

Enums§

Instruction
Tells what to do and is derived from a RefSpec.

Functions§

parse
Parse spec for use in operation and return it if it is valid.