From 55e6f34e7206e97c4c4b1e471dfa15976a29a08f Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sat, 28 Mar 2009 21:36:35 -0400 Subject: Add note on repo sharing efficiency. --- git.org | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3