Expand description
Parse git ref-specs and represent them.
Modules§
Structs§
- Match
Group - 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.
- RefSpec
Ref - 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 inoperation
and return it if it is valid.