blob: 214d83ba224f8380f74fe24996ac17a178074207 [file] [log] [blame]
Commits
-------
[graphviz]
----
digraph {
node [style=bold, shape=circle, color="#385d8a", fontname=arial, fontsize=18]
edge [style=bold, color="#385d8a", arrowhead=none]
C -> B -> A
}
----
Commit history
* `C` is successor of `B`
* `B` is successor of `A`