diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-06-25 17:26:25 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-06-25 17:26:25 +0000 |
commit | f269861c55e26685e9c91fc9c7e82d9cd288b851 (patch) | |
tree | afa00147c3bc60be01be9afded78ffc179ff5857 /doc | |
parent | 384a04b24690557fa37d951ad487648b9d500384 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/wishlist:_Have_a_preview_of_download_or_upload_size/comment_1_019a2457e07377510feaa089a93bd76c._comment | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_Have_a_preview_of_download_or_upload_size/comment_1_019a2457e07377510feaa089a93bd76c._comment b/doc/todo/wishlist:_Have_a_preview_of_download_or_upload_size/comment_1_019a2457e07377510feaa089a93bd76c._comment new file mode 100644 index 000000000..4a59f37f1 --- /dev/null +++ b/doc/todo/wishlist:_Have_a_preview_of_download_or_upload_size/comment_1_019a2457e07377510feaa089a93bd76c._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.108.193" + subject="comment 1" + date="2013-06-25T17:26:25Z" + content=""" +git-annex is designed to work with really large trees of files, and so it processes files one at a time in a stream. To get an overall estimate of the size, it would need to traverse the whole directory to get the total, and then traverse it again to perform the transfer. This would make no-op transfers take twice as long, which is why I'm unlikely to implement it. +"""]] |