summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-09 18:59:45 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-09 18:59:45 -0400
commit1747461a8b62525408b924a2da99c61703fc5410 (patch)
tree22a9682f0e7fec8ccd636208fc977b72060eeca8
parent46197690c080c980b5f37c8c272b33c92136f182 (diff)
close
-rw-r--r--doc/todo/wishlist__58___do_not_import_new_files.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/wishlist__58___do_not_import_new_files.mdwn b/doc/todo/wishlist__58___do_not_import_new_files.mdwn
index 62dc6334a..6a0225f38 100644
--- a/doc/todo/wishlist__58___do_not_import_new_files.mdwn
+++ b/doc/todo/wishlist__58___do_not_import_new_files.mdwn
@@ -5,3 +5,6 @@ Right now `git annex import DIR/*` will import all the files in DIR, both those
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.
PS: it would also be nice to have aliases like `--only-new-files` and `--skip-new-files` for `--skip-duplicates` and `--only-duplicates`.
+
+> I think that either `git annex reinject --known` or `git annex import
+> --reinject-known` can handle this use case. So, [[done]] --[[Joey]]