This commit is contained in:
Joey Hess 2020-04-23 16:21:18 -04:00
parent 05add2e19d
commit 985dd4f2ad
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,17 @@
[[!comment format=mdwn
username="joey"
subject="""comment 4"""
date="2020-04-23T20:13:39Z"
content="""
`git annex find --want-get --not --in here` should simulate get --auto/sync well
`git annex find --want-drop --in here` will simulate what drop --auto/sync would
try to drop
What would be nice to have is a way to simulate `copy --auto --to foo`
and `drop --auto --from foo` which are of course also things sync does.
That could be something like:
git annex find --want-get-by remote --not --in remote
git annex find --want-drop-by remote --in remote
"""]]