Type Definition branchless::graph::CommitGraph [−][src]
type CommitGraph<'repo> = HashMap<Oid, Node<'repo>>;
Graph of commits that the user is working on.
type CommitGraph<'repo> = HashMap<Oid, Node<'repo>>;
Graph of commits that the user is working on.