summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar http://svario.it/gioele <gioele@web>2014-07-12 14:18:59 +0000
committerGravatar admin <admin@branchable.com>2014-07-12 14:18:59 +0000
commitcc7a54beaed1ba1ddd55ad99f7fe6e7c5b2a962e (patch)
tree4238bf855cd78a6257caea32889e1c759bcda78b /doc/todo
parent285ddf5806a9d39cbfbbf1d49bcc94d45ead90ab (diff)
new feature: do not import new files
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/wishlist:_do_not_import_new_files.mdwn5
1 files changed, 5 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
new file mode 100644
index 000000000..f3a25ba58
--- /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`.