summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-19 14:31:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-19 14:31:33 -0400
commitf0f84dbe48764b043c3373dc0e6a014b3a400b49 (patch)
tree51cb4e5498805ab76ed990b24fb5bbdbfea78463
parent0b38397c6dd49fb0abd399ecebf1298f148e87c3 (diff)
close
-rw-r--r--doc/bugs/Remote_repo_and_set_operation_with_find.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/Remote_repo_and_set_operation_with_find.mdwn b/doc/bugs/Remote_repo_and_set_operation_with_find.mdwn
index 2153cca4b..3e1acd4a8 100644
--- a/doc/bugs/Remote_repo_and_set_operation_with_find.mdwn
+++ b/doc/bugs/Remote_repo_and_set_operation_with_find.mdwn
@@ -1,3 +1,6 @@
Currently, git annex find lists files that are present in the current repository, possibly restricted to a subdirectory. But it does not easily seem possible to get this information about a remote repository.
I would find it useful if this command understood flags that makes it tell me what is present somewhere else (maybe "--on remote") and combinations of the flags ("--on remote1 --and --not-on remote2" or "--on disk1 --or --on disk2").
+
+> Almost. You're looking for `--in remote`, which was added 2 months ago.
+> [[done]] --[[Joey]]