Type Alias gix_revision::graph::Generation
source ยท pub type Generation = u32;
Expand description
The generation away from the HEAD of graph, useful to limit algorithms by topological depth as well.
0 would mean the starting point of the hierarchy, and 1 their parents. This number is only available natively if there is a commit-graph.