summaryrefslogtreecommitdiff
path: root/doc/design/assistant/progressbars.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/design/assistant/progressbars.mdwn')
-rw-r--r--doc/design/assistant/progressbars.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/design/assistant/progressbars.mdwn b/doc/design/assistant/progressbars.mdwn
index 6b1521af6..d3764e8dc 100644
--- a/doc/design/assistant/progressbars.mdwn
+++ b/doc/design/assistant/progressbars.mdwn
@@ -22,7 +22,12 @@ the ProgressCallback as the upload progresses.
* git: Done, with one exception: `git-annex-shell sendkey` runs `rsync
--server --sender` and in that mode it does not report progress info.
So downloads initiated by other repos do not show progress in the repo
- doing the uploading.
+ doing the uploading.
+
+ Maybe I should
+ write a proxy for the rsync wire protocol that can tell what chunk of the
+ file is being sent, and shim it in front of the rsync server?
+
* rsync: **done**
* directory
* web: Not applicable; does not upload