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]]