From 92ce8c6164fbac872e4d07d7cf6d1fc48e6bdf4d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 8 Jul 2012 12:24:51 -0600 Subject: [PATCH] update --- doc/design/assistant/syncing.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn index 8db4f40ef9..14e66ec11b 100644 --- a/doc/design/assistant/syncing.mdwn +++ b/doc/design/assistant/syncing.mdwn @@ -6,6 +6,8 @@ all the other git clones, at both the git level and the key/value level. * At startup, and possibly periodically, look for files we have that location tracking indicates remotes do not, and enqueue Uploads for them. Also, enqueue Downloads for any files we're missing. +* After git sync, identify content that we don't have that is now available + on remotes, and transfer. ## longer-term TODO