This commit is contained in:
http://www.joachim-breitner.de/ 2011-12-18 11:59:11 +00:00 committed by admin
parent 9698eecf0f
commit 3f01795a26

View file

@ -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").