projects
/
scpubgit/stemmatology.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
initialize stemma array in tradition
[scpubgit/stemmatology.git]
/
t
/
data
/
simple.dot
Commit
Line
Data
12523041
1
digraph Stemma {
2
1 [ class="hypothetical" ];
3
2 [ class="hypothetical" ];
4
A [ class="extant" ];
5
B [ class="extant" ];
6
C [ class="extant" ];
7
1 -> A;
8
1 -> 2;
9
2 -> B;
10
2 -> C;
11
}