summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist:_support_drop__44___find_on_special_remotes.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/wishlist:_support_drop__44___find_on_special_remotes.mdwn')
-rw-r--r--doc/todo/wishlist:_support_drop__44___find_on_special_remotes.mdwn18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/todo/wishlist:_support_drop__44___find_on_special_remotes.mdwn b/doc/todo/wishlist:_support_drop__44___find_on_special_remotes.mdwn
deleted file mode 100644
index 24cacbf71..000000000
--- a/doc/todo/wishlist:_support_drop__44___find_on_special_remotes.mdwn
+++ /dev/null
@@ -1,18 +0,0 @@
-Currently there is no way to drop files, or list what files are available, on a special remote.
-It would be good if "git annex drop" and "git annex find" supported the --from argument.
-
-> I agree, drop should support --from.
->> [[done]] --[[Joey]]
->
-> To find files *believed* to be present in a given remote, use
-> `git annex find --in remote`
-> Note that it might show out of date info, since it does not actually go
-> check the current contents of the remote. The only reason to support
-> `find --from` would be to always check, but I don't think that's needed.
-> --[[Joey]]
-
-For commands that don't support the --from argument, it would also be nice to print an error.
-Currently running "git annex drop --from usbdrive" doesn't behave as hoped and instead drops
-all content from the local annex.
-
-> This is done now. --[[Joey]]