diff options
Diffstat (limited to 'git.org')
-rw-r--r-- | git.org | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |