summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-03-16 11:29:50 -0600
committerkballou <kballou@devnulllabs.io>2016-03-16 12:18:43 -0600
commitc98279a0fdb6633da64de92a9a635b4b564b7574 (patch)
tree9267daedae515371380afa7d37fcf6ce0cb002b7
parent0a23eecc66a40c90c8b6d6c26b5343ea906af5d0 (diff)
downloadgit-in-reverse-c98279a0fdb6633da64de92a9a635b4b564b7574.tar.gz
git-in-reverse-c98279a0fdb6633da64de92a9a635b4b564b7574.tar.xz
Fix node text in tikz image
* Missing value in sha, wasn't consistent
-rw-r--r--src/git-in-reverse.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/git-in-reverse.tex b/src/git-in-reverse.tex
index d2f8c53..4fdcff9 100644
--- a/src/git-in-reverse.tex
+++ b/src/git-in-reverse.tex
@@ -417,7 +417,7 @@ What does Git store?
\begin{figure}
\begin{tikzpicture}[sibling distance=3cm]
\node[text=solarizedCyan] {2de9adf2b}
- child{node[text=solarizedCyan] {a619a045a}}
+ child{node[text=solarizedCyan] {a619a045a5}}
child{node[text=solarizedMagenta] {b98c9a9f9}
child{node[text=solarizedBlue] {5716ca598}
child{node[text=solarizedGreen] {bar}}}
@@ -492,7 +492,7 @@ What does Git store?
\node[text=solarizedBlue] (foo) at (10, -10) {foo};
\node[text=solarizedBlue] (hfoo) at (10, -8) {257cc564};
\node[text=solarizedMagenta] (tree1) at (9, -6) {fcf0be4d};
- \node[text=solarizedCyan] (commit1) at (5, -6) {a619a045a};
+ \node[text=solarizedCyan] (commit1) at (5, -6) {a619a045a5};
\draw[-o] (hfoo) -- (foo);
\draw[-o] (tree1) -- (hfoo);
\draw[-o] (commit1) -- (tree1);