aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-import.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/git-annex-import.mdwn')
-rw-r--r--doc/git-annex-import.mdwn13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/git-annex-import.mdwn b/doc/git-annex-import.mdwn
index 92519fce6..22b3c3941 100644
--- a/doc/git-annex-import.mdwn
+++ b/doc/git-annex-import.mdwn
@@ -33,10 +33,9 @@ Several options can be used to adjust handling of duplicate files.
Do not delete files from the import location.
- This could allow importing the same files repeatedly
- to different locations in a repository. More likely, it could be used to
- import the same files to a number of different branches or separate git
- repositories.
+ Running with this option repeatedly can import the same files into
+ different git repositories, or branches, or different locations in a git
+ repository.
* `--deduplicate`
@@ -53,6 +52,12 @@ Several options can be used to adjust handling of duplicate files.
Does not import any files, but any files found in the import location
that are duplicates are deleted.
+* `--reinject-duplicates`
+
+ Imports files that are not duplicates. Files that are duplicates have
+ their content reinjected into the annex (similar to
+ [[git-annex-reinject]]).
+
* `--force`
Allow existing files to be overwritten by newly imported files.