From: Joey Hess Date: Mon, 23 Jan 2023 22:08:55 +0000 (-0400) Subject: update X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~60^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=57987ed2cd234e77f9e5577897309820839c6d1a;p=git-annex.git update --- diff --git a/doc/todo/transitive_transfers/comment_9_6d5c2697bc985627199e425962f23189._comment b/doc/todo/transitive_transfers/comment_9_6d5c2697bc985627199e425962f23189._comment new file mode 100644 index 0000000000..a71c0fd3e2 --- /dev/null +++ b/doc/todo/transitive_transfers/comment_9_6d5c2697bc985627199e425962f23189._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 9""" + date="2023-01-23T22:06:32Z" + content=""" +`git-annex copy --from foo --to bar` is implemented now (and move too). + +But it does need to download a copy of each file in turn, before uploading +it. Then the local copy can be deleted. Without streaming, that's the best +that can be done. And I think it's probably good enough for most uses. + +So this todo is only about streaming now. +"""]]