Module gix_revwalk::graph

source ·
Expand description

Modules

Structs

  • A commit that contains all information we can obtain through the commit-graph, which is typically enough to fuel any graph iteration.
  • A commit that provides access to graph-related information, on demand.

Type Aliases

  • The generation away from the HEAD of graph, useful to limit algorithms by topological depth as well.
  • A mapping between an object id and arbitrary data, and produced when calling Graph::detach.