confirmed

This commit is contained in:
Joey Hess 2023-06-23 16:07:22 -04:00
parent e42470fa60
commit 6774f0bf40
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 12 additions and 1 deletions

View 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]]

View file

@ -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.
"""]]