Minor improvments

This commit is contained in:
Martin Vuk 2025-12-10 06:44:40 +01:00
parent eda870a665
commit 05ce2ae224
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View file

@ -108,7 +108,7 @@
])], stroke:none, width: 5cm, name: <history>)
node(snap: false, enclose: (<A>, <history>, <E3>), stroke: thindashed, width: 3cm, fill: gray.lighten(70%))
// branch cloud
node((rel: (-0.5, -1), to: <hotfix>), [#text(branch-color.darken(20%), smallcaps[*Branches*])\ references that moves along when commiting canges],
node((rel: (-0.5, -1), to: <hotfix>), [#text(branch-color.darken(20%), smallcaps[*Branches*])\ references that move along when commiting canges],
stroke: thin, corner-radius: 10pt, inset: 5pt, width: 4cm, name: <branch>)
edge(<branch>, <hotfix>, corner: left, stroke: thindotted)
edge(<branch>, <main>, corner: left, stroke: thindotted)
@ -123,7 +123,7 @@
edge(<E3>, <stage>, stroke: thindotted)
// commit
node((rel: (1, 0.5), to: <E1>), [
#text(commit-color, smallcaps[*Commit*])\ #align(left)[snapshot of filesystem tree in object store]\
#text(commit-color, smallcaps[*Commit*])\ snapshot of filesystem tree in object store\
#table(columns: 1, fill: commit-color.lighten(50%), align: left, [commit hash: #raw(E1h)],
raw(block: true, "
tree 65c47fee
@ -131,7 +131,7 @@ parent 16f299
author MV <mv@ex...
committer MV <mv...
Add bar.txt".replace("16f299", E2h).replace("65c47fee", tree1h)
Change foo".replace("16f299", E2h).replace("65c47fee", tree1h)
)
)
], width:5cm, stroke: thin, corner-radius: 10pt, name: <commit>)