Minor improvments
This commit is contained in:
parent
eda870a665
commit
05ce2ae224
2 changed files with 3 additions and 3 deletions
BIN
git-figure.pdf
BIN
git-figure.pdf
Binary file not shown.
|
|
@ -108,7 +108,7 @@
|
||||||
])], stroke:none, width: 5cm, name: <history>)
|
])], stroke:none, width: 5cm, name: <history>)
|
||||||
node(snap: false, enclose: (<A>, <history>, <E3>), stroke: thindashed, width: 3cm, fill: gray.lighten(70%))
|
node(snap: false, enclose: (<A>, <history>, <E3>), stroke: thindashed, width: 3cm, fill: gray.lighten(70%))
|
||||||
// branch cloud
|
// 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>)
|
stroke: thin, corner-radius: 10pt, inset: 5pt, width: 4cm, name: <branch>)
|
||||||
edge(<branch>, <hotfix>, corner: left, stroke: thindotted)
|
edge(<branch>, <hotfix>, corner: left, stroke: thindotted)
|
||||||
edge(<branch>, <main>, corner: left, stroke: thindotted)
|
edge(<branch>, <main>, corner: left, stroke: thindotted)
|
||||||
|
|
@ -123,7 +123,7 @@
|
||||||
edge(<E3>, <stage>, stroke: thindotted)
|
edge(<E3>, <stage>, stroke: thindotted)
|
||||||
// commit
|
// commit
|
||||||
node((rel: (1, 0.5), to: <E1>), [
|
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)],
|
#table(columns: 1, fill: commit-color.lighten(50%), align: left, [commit hash: #raw(E1h)],
|
||||||
raw(block: true, "
|
raw(block: true, "
|
||||||
tree 65c47fee
|
tree 65c47fee
|
||||||
|
|
@ -131,7 +131,7 @@ parent 16f299
|
||||||
author MV <mv@ex...
|
author MV <mv@ex...
|
||||||
committer MV <mv...
|
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>)
|
], width:5cm, stroke: thin, corner-radius: 10pt, name: <commit>)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue