Crate gix_revision
source ·Expand description
Interact with git revisions by parsing them from rev-specs and describing them in terms of reference names.
Feature Flags
serde1— Data structures implementserde::Serializeandserde::Deserialize.
Modules
Enums
- A revision specification without any bindings to a repository, useful for serialization or movement over thread boundaries.
Functions
- Given a
commitid, traverse the commit graph and collect candidate names from thename_by_oidmapping to produce anOutcome, which convertedinto_format()will produce a typicalgit describestring.