This commit is contained in:
Joey Hess 2017-02-09 18:59:45 -04:00
parent ba61229c77
commit 0e7cbadf25
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View 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. 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`. 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]]