Tagged Questions
12
votes
4answers
989 views
Incremental linearizing of git DAG
I'm the author of GitX. One of the features GitX has is the visualization of branches, as can be seen here.
This visualization is currently done by reading commits which are emitted from git in the ...