summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-07-15 14:59:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-07-15 14:59:50 -0400
commita5a92f89d200ce109cdcfc72e2a21f4d92eef2cf (patch)
tree15693f3bf636ca71f7058edbd99c0e3fad10a33d
parent98909de6069003c0e1de0cc844855f65fafe3977 (diff)
retitle
-rw-r--r--doc/todo/wishlist:_do_not_import_new_files.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_do_not_import_new_files.mdwn b/doc/todo/wishlist:_do_not_import_new_files.mdwn
index f3a25ba58..62dc6334a 100644
--- a/doc/todo/wishlist:_do_not_import_new_files.mdwn
+++ b/doc/todo/wishlist:_do_not_import_new_files.mdwn
@@ -1,3 +1,5 @@
+[[!meta title="mass reinject of any known content from a directory"]]
+
Right now `git annex import DIR/*` will import all the files in DIR, both those that are already known to git-annex and those that are new. Using the option `--skip-duplicates` one can import only new files that are in DIR but unknown to git-annex.
It would be nice if there were an opposite `--only-duplicates` option that could be used to import only the files that are already known to git, ignoring the new files in DIR.