Crate gix_refspec

source ·
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

Functions

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