summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--git.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/git.org b/git.org
index 6803509..a68cb91 100644
--- a/git.org
+++ b/git.org
@@ -93,6 +93,14 @@
All commits are effectively signed by all their previous commits, so
verifying a repository becomes trivial given only a valid commit id.
+*** Investigating the object store
+
+**** TODO Show perl code and output of commit/tree/blob from .git/objects
+
+**** There is no delta concept in the object store
+ Deltas are generated by `git gc' when it creates pack files.
+
+
** merge commits
In git, a commit can have many parents, as opposed to SVN where a