git_dag.dag¶
DAG visualization.
Note¶
The edge between two git objects points towards the parent object. I consider a commit to be the child of its associated tree (because it is formed from it) and this tree is a child of its blobs (and trees). A commit is the parent of a tag (that points to it).
Classes
Handle branches. |
|
Handle commits. |
|
Git DAG visualizer. |
|
Handle HEAD. |
|
Mixin protocol. |
|
Handle stash. |
|
Handle tags. |
|
Handle trees and blobs. |