confirmed
authorJoey Hess <joeyh@joeyh.name>
Fri, 23 Jun 2023 20:07:22 +0000 (16:07 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 23 Jun 2023 20:07:22 +0000 (16:07 -0400)
doc/todo/git-annex-export_--from_option.mdwn
doc/todo/git-annex-export_--from_option/comment_2_72e7dc2a6b3cec21c941a5f7a2914050._comment [new file with mode: 0644]

index 9bebfa5eeebb24a3da83131891f3eb3b5806deb2..a5f5df343a1e039d430d33257829908453cf4eba 100644 (file)
@@ -6,4 +6,4 @@ Which is caused by the fact that I didn't have checked out the files on my works
 
 Is there a reason that does not exist and if so what would be a way to do sending files to the android device without ssh-ing into my server?
 
-[[!tag unlikely]]
+[[!tag confirmed]]
diff --git a/doc/todo/git-annex-export_--from_option/comment_2_72e7dc2a6b3cec21c941a5f7a2914050._comment b/doc/todo/git-annex-export_--from_option/comment_2_72e7dc2a6b3cec21c941a5f7a2914050._comment
new file mode 100644 (file)
index 0000000..cc429a9
--- /dev/null
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2023-06-23T20:05:45Z"
+ content="""
+`git-annex copy --from foo --to bar`  is implemented now, with caveats.
+(Eg, needs to temporarily store each file on disk.)
+
+So I think it would make sense to implement `git-annex export --from foo
+--to bar`, with the same caveats.
+"""]]