summaryrefslogtreecommitdiff
path: root/doc/bugs/Remote_repo_and_set_operation_with_find.mdwn
diff options
context:
space:
mode:
authorGravatar http://www.joachim-breitner.de/ <nomeata@web>2011-12-18 11:59:11 +0000
committerGravatar admin <admin@branchable.com>2011-12-18 11:59:11 +0000
commit3f01795a26f80a42e0e6b7397e7b521d9dbbd7b3 (patch)
treec62fd3e76973faf17ec380a73b6dcdd054aa247a /doc/bugs/Remote_repo_and_set_operation_with_find.mdwn
parent9698eecf0f7410e03300db772c528a465ef58dc1 (diff)
Diffstat (limited to 'doc/bugs/Remote_repo_and_set_operation_with_find.mdwn')
-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
new file mode 100644
index 000000000..2153cca4b
--- /dev/null
+++ b/doc/bugs/Remote_repo_and_set_operation_with_find.mdwn
@@ -0,0 +1,3 @@
+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").