Expand description
Wrapper around the Eden SCM directed acyclic graph implementation, which allows for efficient graph queries.
Structs§
- Dag
- Interface to access the directed acyclic graph (DAG) representing Git’s commit graph. Based on the Eden SCM DAG.
Functions§
- sorted_
commit_ set - Sort the given set of commits topologically.
- union_
all - Union together a list of CommitSets.
Type Aliases§
- Commit
Set - A compact set of commits, backed by the Eden DAG.
- Commit
Vertex - A vertex referring to a single commit in the Eden DAG.