From 6b29603d1fc42c62defa3815af7edce09b96dbe6 Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Fri, 21 Dec 2018 15:48:23 +0000 Subject: [PATCH] added some questions about git-annex-import --- doc/forum/git-annex-import_questions.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/forum/git-annex-import_questions.mdwn b/doc/forum/git-annex-import_questions.mdwn index 12e1bf8f1d..a63073a8ba 100644 --- a/doc/forum/git-annex-import_questions.mdwn +++ b/doc/forum/git-annex-import_questions.mdwn @@ -1,2 +1,2 @@ -Some questions about git-annex-import: (1) To where in the repository, exactly, are the files imported? The manpage does not seem to specify. What happens if two files with same basenames but different contents are imported from different paths -- where in the repository do they go? (2) There is no --batch option; would that be hard to add? +Some questions about git-annex-import: (1) To where in the repository, exactly, are the files imported? The manpage does not seem to specify. What happens if two files with same basenames but different contents are imported from different paths -- where in the repository do they go? (2) There is no --batch option; would that be hard to add? (3) Is there a way to import a file into the annex only, without creating a symlink to it from the working copy? (4) When you import a directory, does this recursively import the full tree under it? Also, just to note, the command name may be confusing two users, because (5) it deletes the original files by default, which most import commands do not do, and (6) it is unrelated to git-annex-export. Thanks!