Crate git_revision
source · [−]Expand description
Interact with git revisions by parsing them from rev-specs and turning them into rev-specs.
One can also describe revisions using a different algorithm.
Re-exports
pub use hash_hasher;Modules
Functions
Given a commit id, traverse the commit graph and collect candidate names from the name_by_oid mapping to produce
an Outcome, which converted into_format() will produce a typical git describe string.