summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-23 14:36:59 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-23 14:36:59 -0400
commit2b8d8991386777d8b62982edc185b056162bad7c (patch)
tree99908024ae18b1dc0530b986f58218f5dd578efc
parentdcb04ac07fcb3f729f28d29e20dbbd28e9a3aea0 (diff)
comment, reopen
-rw-r--r--doc/bugs/annex.gnupg-options_not_used_by_assistant.mdwn4
-rw-r--r--doc/bugs/annex.gnupg-options_not_used_by_assistant/comment_3_4bb4bed22dc8dcc0308a557d3dae76e4._comment16
2 files changed, 19 insertions, 1 deletions
diff --git a/doc/bugs/annex.gnupg-options_not_used_by_assistant.mdwn b/doc/bugs/annex.gnupg-options_not_used_by_assistant.mdwn
index 9ad3f533e..09ff1ab25 100644
--- a/doc/bugs/annex.gnupg-options_not_used_by_assistant.mdwn
+++ b/doc/bugs/annex.gnupg-options_not_used_by_assistant.mdwn
@@ -78,4 +78,6 @@ gpg: cannot open `/dev/tty': Device not configured
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
-> added annex.gnupg-decrypt-options; [[done]] --[[Joey]]
+> added annex.gnupg-decrypt-options; done --[[Joey]]
+
+>> Reopening, see comment. --[[Joey]]
diff --git a/doc/bugs/annex.gnupg-options_not_used_by_assistant/comment_3_4bb4bed22dc8dcc0308a557d3dae76e4._comment b/doc/bugs/annex.gnupg-options_not_used_by_assistant/comment_3_4bb4bed22dc8dcc0308a557d3dae76e4._comment
new file mode 100644
index 000000000..13684cb8c
--- /dev/null
+++ b/doc/bugs/annex.gnupg-options_not_used_by_assistant/comment_3_4bb4bed22dc8dcc0308a557d3dae76e4._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2016-05-23T18:21:16Z"
+ content="""
+The gpg calls in that log are being done by git-annex, not by
+git-remote-gcrypt.
+
+I think this is decryptCipher, which can run gpg --decrypt and didn't
+get annex.gnupg-decrypt-options wired up to it. Although normally the
+creds would be cached when the special remote is set up or the first time
+it's used and should not need to be decrypted again.
+
+Threading gnupg-decrypt-options through to decryptCipher looks likely to
+involve nearly a full day's work.
+"""]]