aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/tips/semi-synchronized_remotes.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tips/semi-synchronized_remotes.mdwn b/doc/tips/semi-synchronized_remotes.mdwn
index fcd8952ef..c38177bf0 100644
--- a/doc/tips/semi-synchronized_remotes.mdwn
+++ b/doc/tips/semi-synchronized_remotes.mdwn
@@ -104,5 +104,11 @@ Therefore, the best approach may be to have git-annex respect the
`remote.<name>.annex-push` and `remote.<name>.annex-pull` settings
that would match the `sync --[no-]push --[no-]pull` flags.
+Note that this is similar in concept to
+[[todo/Bittorrent-like_features]], although here we assumes you
+already have some transport to share anything you need, yet still have
+to address the question of semi-synchronized git repositories in some
+way.
+
I would obviously welcome additional comments and questions on this
approach. -- [[anarcat]]