summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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