Module evolution

Source
Expand description

Utility for commit evolution history.

Structs§

CommitEvolutionEntry
Commit with predecessor information.

Enums§

WalkPredecessorsError

Functions§

accumulate_predecessors
Collects predecessor records from new_ops to old_ops, and resolves transitive entries.
walk_predecessors
Walks operations to emit commit predecessors in reverse topological order.