From be36325d7bd77cfd803989f452f32f387c8e390b Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Fri, 27 Mar 2009 01:17:35 -0400 Subject: Add a section for looking at object store, to go with perl code. --- git.org | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3