summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2017-03-10 16:20:30 -0700
committerkballou <kballou@devnulllabs.io>2017-03-16 14:09:45 -0600
commit9cf20f9e529e80f16a053f3d1bb44089a314b923 (patch)
treec813c512d333e5e761f9835a43dcedbc8cd5819d
parent716b71201ee86f2be28772c4ba159408c400b11d (diff)
downloadgit-in-reverse-9cf20f9e529e80f16a053f3d1bb44089a314b923.tar.gz
git-in-reverse-9cf20f9e529e80f16a053f3d1bb44089a314b923.tar.xz
Update commit objects
Use something a little more recent
-rw-r--r--src/code/3/18
-rw-r--r--src/code/3/212
-rw-r--r--src/code/3/310
-rw-r--r--src/code/3/48
-rw-r--r--src/git-in-reverse.tex24
5 files changed, 31 insertions, 31 deletions
diff --git a/src/code/3/1 b/src/code/3/1
index 26f6915..8cef777 100644
--- a/src/code/3/1
+++ b/src/code/3/1
@@ -1,9 +1,9 @@
± echo 'our first commit' | git commit-tree \
fcf0be4d7e45f0ef9592682ad68e42270b0366b4
-a619a045a5220ad975ee244140ec8f2a92a5a5ca
-± git cat-file -p a619a045a5220ad975ee244140ec8f2a92a5a5ca
+0e7ce0ccc4dc5509e6730acf44c87156d7f066be
+± git cat-file -p 0e7ce0ccc4dc5509e6730acf44c87156d7f066be
tree fcf0be4d7e45f0ef9592682ad68e42270b0366b4
-author kballou <kballou@devnulllabs.io> 1452897824 -0700
-committer kballou <kballou@devnulllabs.io> 1452897824 -0700
+author kballou <kballou@devnulllabs.io> 1489182707 -0700
+committer kballou <kballou@devnulllabs.io> 1489182707 -0700
our first commit
diff --git a/src/code/3/2 b/src/code/3/2
index 8c7159f..72e70d7 100644
--- a/src/code/3/2
+++ b/src/code/3/2
@@ -1,11 +1,11 @@
± echo 'our second commit' | git commit-tree \
- -p a619a045a5220ad975ee244140ec8f2a92a5a5ca \
+ -p 0e7ce0ccc4dc5509e6730acf44c87156d7f066be \
b98c9a9f9501ddcfcbe02a9de52964ed7dd76d5a
-2de9adf2b64be21358265a9fd61f70b87a200c20
-± git cat-file -p 2de9adf2b64be21358265a9fd61f70b87a200c20
+69ea0e93708eb39eacdf5dd8be9d1fc0a371fe1e
+± git cat-file -p 69ea0e93708eb39eacdf5dd8be9d1fc0a371fe1e
tree b98c9a9f9501ddcfcbe02a9de52964ed7dd76d5a
-parent a619a045a5220ad975ee244140ec8f2a92a5a5ca
-author kballou <kballou@devnulllabs.io> 1452898023 -0700
-committer kballou <kballou@devnulllabs.io> 1452898023 -0700
+parent 0e7ce0ccc4dc5509e6730acf44c87156d7f066be
+author kballou <kballou@devnulllabs.io> 1489182899 -0700
+committer kballou <kballou@devnulllabs.io> 1489182899 -0700
our second commit
diff --git a/src/code/3/3 b/src/code/3/3
index 6953399..6a870ea 100644
--- a/src/code/3/3
+++ b/src/code/3/3
@@ -1,11 +1,11 @@
± echo 'our third commit' | git commit-tree \
- -p 2de9adf2b64be21358265a9fd61f70b87a200c20 \
+ -p 69ea0e93708eb39eacdf5dd8be9d1fc0a371fe1e
68b757546e08c1d9033c8802e4de1c0d591d90c8
-e0ea04248e16ffffd8a5cd1ba61bdf28a6e23be9
-± git cat-file -p e0ea04248e16ffffd8a5cd1ba61bdf28a6e23be9
+32a5f01ac61c86d70c5b38bc5f43eb7cc4f27521
+± git cat-file -p 32a5f01ac61c86d70c5b38bc5f43eb7cc4f27521
tree 68b757546e08c1d9033c8802e4de1c0d591d90c8
parent 2de9adf2b64be21358265a9fd61f70b87a200c20
-author kballou <kballou@devnulllabs.io> 1452898092 -0700
-committer kballou <kballou@devnulllabs.io> 1452898092 -0700
+author kballou <kballou@devnulllabs.io> 1489183140 -0700
+committer kballou <kballou@devnulllabs.io> 11489183140 -0700
our third commit
diff --git a/src/code/3/4 b/src/code/3/4
index bb62aa7..5fdd50a 100644
--- a/src/code/3/4
+++ b/src/code/3/4
@@ -1,11 +1,11 @@
-± git log --stat --oneline e0ea04248
+± git log --stat --oneline 32a5f01a
-e0ea042 our third commit
+32a5f01a our third commit
foo.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-2de9adf our second commit
+69ea0e9 our second commit
bar.txt | 1 +
1 file changed, 1 insertion(+)
-a619a04 our first commit
+0e7ce0c our first commit
foo.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/git-in-reverse.tex b/src/git-in-reverse.tex
index 9fee686..77720c1 100644
--- a/src/git-in-reverse.tex
+++ b/src/git-in-reverse.tex
@@ -407,7 +407,7 @@ What does Git store?
\frametitle{\texttt{git-commit-tree}}
\begin{figure}
\begin{tikzpicture}
- \node[text=solarizedCyan] {a619a045a}
+ \node[text=solarizedCyan] {0e7ce0c}
child{node[text=solarizedMagenta] {fcf0be4d7}
child{node[text=solarizedBlue] {257cc5642}
child{node[text=solarizedGreen]{foo}}}};
@@ -424,8 +424,8 @@ What does Git store?
\frametitle{\texttt{git-commit-tree}}
\begin{figure}
\begin{tikzpicture}[sibling distance=3cm]
- \node[text=solarizedCyan] {2de9adf2b}
- child{node[text=solarizedCyan] {a619a045a5}}
+ \node[text=solarizedCyan] {69ea0e9}
+ child{node[text=solarizedCyan] {0e7ce0c}}
child{node[text=solarizedMagenta] {b98c9a9f9}
child{node[text=solarizedBlue] {5716ca598}
child{node[text=solarizedGreen] {bar}}}
@@ -444,8 +444,8 @@ What does Git store?
\frametitle{\texttt{git-commit-tree}}
\begin{figure}
\begin{tikzpicture}[sibling distance=3cm]
- \node[text=solarizedCyan] {e0ea04248}
- child{node[text=solarizedCyan] {2de9adf2b}}
+ \node[text=solarizedCyan] {32a5f01}
+ child{node[text=solarizedCyan] {69ea0e9}}
child{node[text=solarizedMagenta] {68b757546}
child{node[text=solarizedBlue] {5716ca598}
child{node[text=solarizedGreen] {bar}}}
@@ -500,7 +500,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) {a619a045a5};
+ \node[text=solarizedCyan] (commit1) at (5, -6) {0e7ce0c};
\draw[-o,thick] (hfoo) -- (foo);
\draw[-o,thick] (tree1) -- (hfoo);
\draw[-o,thick] (commit1) -- (tree1);
@@ -517,7 +517,7 @@ What does Git store?
\node[dashed,text=solarizedBlue] (hfoo) at (10, -8) {257cc564};
\node[text=solarizedBlue] (hbar) at (8, -8) {5716ca59};
\node[text=solarizedMagenta] (tree1) at (9, -6) {fcf0be4d};
- \node[text=solarizedCyan] (commit1) at (5, -6) {a619a045a5};
+ \node[text=solarizedCyan] (commit1) at (5, -6) {0e7ce0c};
\draw[-o,thick] (hfoo) -- (foo);
\draw[-o,thick] (hbar) -- (bar);
\draw[-o,thick] (tree1) -- (hfoo);
@@ -535,8 +535,8 @@ What does Git store?
\node[dashed,text=solarizedBlue] (hfoo) at (10, -8) {257cc564};
\node[text=solarizedBlue] (hbar) at (8, -8) {5716ca59};
\node[text=solarizedMagenta] (tree2) at (9, -6) {b98c9a9f9};
- \node[text=solarizedCyan] (commit2) at (5, -6) {2de9adf2b};
- \node[text=solarizedCyan] (commit1) at (5, -8) {a619a045a5};
+ \node[text=solarizedCyan] (commit2) at (5, -6) {69ea0e9};
+ \node[text=solarizedCyan] (commit1) at (5, -8) {0e7ce0c};
\draw[-o,thick] (hfoo) -- (foo);
\draw[-o,thick] (hbar) -- (bar);
\draw[-o,thick] (tree2) -- (hfoo);
@@ -556,9 +556,9 @@ What does Git store?
\node[text=solarizedBlue] (hfoo) at (10, -8) {a3f555b6};
\node[dashed,text=solarizedBlue] (hbar) at (8, -8) {5716ca59};
\node[text=solarizedMagenta] (tree3) at (9, -6) {68b75754};
- \node[text=solarizedCyan] (commit3) at (5, -6) {e0ea04248};
- \node[text=solarizedCyan] (commit2) at (5, -8) {2de9adf2b};
- \node[text=solarizedCyan] (commit1) at (5, -10) {a619a045a5};
+ \node[text=solarizedCyan] (commit3) at (5, -6) {32a5f01};
+ \node[text=solarizedCyan] (commit2) at (5, -8) {69ea0e9};
+ \node[text=solarizedCyan] (commit1) at (5, -10) {0e7ce0c};
\draw[-o,thick] (hfoo) -- (foo);
\draw[-o,thick] (hbar) -- (bar);
\draw[-o,thick] (tree2) -- (hfoo);