From ae0a64f1c4458e281396d3182de2bd7c9dbf5906 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Apr 2019 18:00:49 -0400 Subject: [PATCH] bug I noticed --- .../repeated_import_of_same_content_files_from_remote.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/bugs/repeated_import_of_same_content_files_from_remote.mdwn diff --git a/doc/bugs/repeated_import_of_same_content_files_from_remote.mdwn b/doc/bugs/repeated_import_of_same_content_files_from_remote.mdwn new file mode 100644 index 0000000000..0fff4235cb --- /dev/null +++ b/doc/bugs/repeated_import_of_same_content_files_from_remote.mdwn @@ -0,0 +1,5 @@ +`git-annex import master --from phone` imports the same files over and +over from my phone. Not all files, just a few of them. The affected +files all seem to have multiple copies in the imported tree, with different +ContentIdentifiers for each. Seems the import code is getting confused and +unncessarly importing in that case. --[[Joey]]