|
1
|
# Commit diagram referenced twice from rebaseharm.md, so we keep it |
|
2
|
# external, to avoid duplicate inline code. |
|
3
|
|
|
4
|
scale = 0.8 |
|
5
|
circle "C0" fit fill white |
|
6
|
arrow right 50% |
|
7
|
circle same "C1" |
|
8
|
arrow same |
|
9
|
circle same "C2" |
|
10
|
arrow same |
|
11
|
circle same "C4" |
|
12
|
arrow same |
|
13
|
circle same "C6" |
|
14
|
circle same "C3" at last arrow.width + C0.rad*2 heading 30 from C2 |
|
15
|
arrow right 50% |
|
16
|
circle same "C5" |
|
17
|
arrow from C2 to C3 chop |
|
18
|
C3P: circle same "C3'" at first arrow.width + C0.rad*2 heading 30 from C6 |
|
19
|
arrow right 50% from C3P.e |
|
20
|
C5P: circle same "C5'" |
|
21
|
arrow from C6 to C3P chop |
|
22
|
|
|
23
|
box ht C3.y-C2.y wid C5P.e.x-C0.w.x+1.5*C1.rad with .w at 0.5*(first arrow.wid) west of C0.w \ |
|
24
|
behind C0 fill 0xc6e2ff color 0xaac5df |
|
25
|
box ht previous.ht wid previous.e.x - C2.w.x with .se at previous.ne \ |
|
26
|
behind C0 fill 0x9accfc color 0xaac5df |
|
27
|
|