From f0f84dbe48764b043c3373dc0e6a014b3a400b49 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 19 Dec 2011 14:31:33 -0400 Subject: [PATCH] close --- doc/bugs/Remote_repo_and_set_operation_with_find.mdwn | 3 +++ 1 file changed, 3 insertions(+) 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 2153cca4b2..3e1acd4a81 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]]