From df53f96063472d1d360c8b46dc363a5befd1874d Mon Sep 17 00:00:00 2001 From: "http://svario.it/gioele" Date: Sat, 12 Jul 2014 14:18:59 +0000 Subject: [PATCH] new feature: do not import new files --- doc/todo/wishlist:_do_not_import_new_files.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/todo/wishlist:_do_not_import_new_files.mdwn diff --git a/doc/todo/wishlist:_do_not_import_new_files.mdwn b/doc/todo/wishlist:_do_not_import_new_files.mdwn new file mode 100644 index 0000000000..f3a25ba587 --- /dev/null +++ b/doc/todo/wishlist:_do_not_import_new_files.mdwn @@ -0,0 +1,5 @@ +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. + +PS: it would also be nice to have aliases like `--only-new-files` and `--skip-new-files` for `--skip-duplicates` and `--only-duplicates`.