From 0b0c2777702973489b24633ab225f8bdf9124dad Mon Sep 17 00:00:00 2001 From: "Mashrur Mia (Sa'ad)" Date: Tue, 21 Feb 2017 18:28:54 +0000 Subject: [PATCH 1/2] Fix figure title The orphan blob d670460b4b4aece5915caf5c68d12f560a9fe3e4 is not in the figure. So the figure is not of "All the objects" but rather all the reachable ones. --- book/10-git-internals/sections/objects.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/10-git-internals/sections/objects.asc b/book/10-git-internals/sections/objects.asc index bc21f1f44..0203a8e33 100644 --- a/book/10-git-internals/sections/objects.asc +++ b/book/10-git-internals/sections/objects.asc @@ -328,7 +328,7 @@ $ find .git/objects -type f If you follow all the internal pointers, you get an object graph something like this: -.All the objects in your Git directory. +.All the reachable objects in your Git directory. image::images/data-model-3.png[All the objects in your Git directory.] ==== Object Storage From d18eb2757f3167cd20e2eb269c4a56daae2e95a7 Mon Sep 17 00:00:00 2001 From: "Mashrur Mia (Sa'ad)" Date: Tue, 21 Feb 2017 20:42:45 +0000 Subject: [PATCH 2/2] Fix secondary title --- book/10-git-internals/sections/objects.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/10-git-internals/sections/objects.asc b/book/10-git-internals/sections/objects.asc index 0203a8e33..8c7e5b373 100644 --- a/book/10-git-internals/sections/objects.asc +++ b/book/10-git-internals/sections/objects.asc @@ -329,7 +329,7 @@ $ find .git/objects -type f If you follow all the internal pointers, you get an object graph something like this: .All the reachable objects in your Git directory. -image::images/data-model-3.png[All the objects in your Git directory.] +image::images/data-model-3.png[All the reachable objects in your Git directory.] ==== Object Storage