Expand description
Parse git ref-specs and represent them.
Modules§
Structs§
- A match group is able to match a list of ref specs in order while handling negation, conflicts and one to many mappings.
- An owned refspec.
- A refspec with references to the memory it was parsed from.
Enums§
- Tells what to do and is derived from a
RefSpec
.
Functions§
- Parse
spec
for use inoperation
and return it if it is valid.