close
authorJoey Hess <joeyh@joeyh.name>
Thu, 9 Feb 2017 22:59:45 +0000 (18:59 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 9 Feb 2017 22:59:45 +0000 (18:59 -0400)
doc/todo/wishlist__58___do_not_import_new_files.mdwn

index 62dc6334ae102f781abce32fabe39fb0847eb54f..6a0225f38b72f7845b01b7e8b97f03a82a0f793e 100644 (file)
@@ -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]]