From 38e0e2e47184eb8a462d39772d0a34d9dd5b8066 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Dec 2020 13:09:57 -0400 Subject: [PATCH] bug --- ...mote_with_export_and_import_allowed_with_encryption.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/bugs/initremote_with_export_and_import_allowed_with_encryption.mdwn diff --git a/doc/bugs/initremote_with_export_and_import_allowed_with_encryption.mdwn b/doc/bugs/initremote_with_export_and_import_allowed_with_encryption.mdwn new file mode 100644 index 0000000000..ef3ac00a2f --- /dev/null +++ b/doc/bugs/initremote_with_export_and_import_allowed_with_encryption.mdwn @@ -0,0 +1,6 @@ +This should be rejected, but currently succeeds: + + git annex initremote d type=directory directory=../d exporttree=yes importtree=yes encryption=shared + +There is code in adjustExportImportRemoteType, and I remember it used to +work. --[[Joey]]