diff options
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 9f5ff58aa..99af09e3d 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -236,6 +236,9 @@ subdirectories). use the `--deduplicate` option. Duplicate files will be deleted from the import location. + To only import files whose content has not been seen before by git-annex, + but avoid deleting duplicate files, use the `--skip-duplicates` option. + The `--clean-duplicates` option does not import any new files, but any files found in the import location that are duplicates of content in the annex are deleted. |