Expand description
Revisions is the generalized notion of a commit.
This module provides utilities to walk graphs of revisions and specify revisions and ranges of revisions.
Re-exports
pub use gix_revision as plumbing;
revision
Modules
- spec
revision
Structs
- Spec
revision
The specification of a revision as parsed from a revision specification likeHEAD@{1}
orv1.2.3...main
. It’s typically created byrepo.rev_parse()
. - The iterator returned by
crate::revision::walk::Platform::all()
.