summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2009-03-28 21:36:35 -0400
committerBrian Cully <bjc@kublai.com>2009-03-28 21:36:35 -0400
commit55e6f34e7206e97c4c4b1e471dfa15976a29a08f (patch)
tree792a5d23d7a53f2278253b4b203ec296659f7e23
parent48d0b92c0ad3c9d07c7896cb6b142e1eb5cd3cf1 (diff)
downloaddvcs-git-slides-55e6f34e7206e97c4c4b1e471dfa15976a29a08f.tar.gz
dvcs-git-slides-55e6f34e7206e97c4c4b1e471dfa15976a29a08f.zip
Add note on repo sharing efficiency.
-rw-r--r--git.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/git.org b/git.org
index 8cfcbe4..d472cca 100644
--- a/git.org
+++ b/git.org
@@ -162,6 +162,12 @@
which does a fetch and merge of any remote branches being
tracked. To publish changes to a remote, use `push.'
+*** Space efficient
+
+ Because the object store identifies by the SHA of object contents,
+ it won't store duplicates. In effect, this means the cost of an
+ additional remote is only the cost of its differences.
+
*** Example
* Merge strategies