From 16c05c176c1c0ca5617b9eeac1ac4481e6b35af3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Sep 2020 14:26:16 -0400 Subject: [PATCH] comment --- ..._8efe8d6276a16ee339aaf5782b45c239._comment | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/bugs/httpalso_mode_expects_encryption/comment_1_8efe8d6276a16ee339aaf5782b45c239._comment diff --git a/doc/bugs/httpalso_mode_expects_encryption/comment_1_8efe8d6276a16ee339aaf5782b45c239._comment b/doc/bugs/httpalso_mode_expects_encryption/comment_1_8efe8d6276a16ee339aaf5782b45c239._comment new file mode 100644 index 0000000000..320956094e --- /dev/null +++ b/doc/bugs/httpalso_mode_expects_encryption/comment_1_8efe8d6276a16ee339aaf5782b45c239._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2020-09-17T18:20:49Z" + content=""" +This only affects using with regular git remotes. +All special remotes have an encryption config, which it inherits, but +regular git remotes do not have that config. + +Note that, regular git remotes can be accessed via git-annex over http just +fine without using httpalso. + +It might make sense for httpalso to reject trying to be used with a regular +git remote. + +Or it could force the equivilant of encryption=none in that +case. I would expect it to work then, if the url pointed to the +.git/annex/objects directory. +"""]]