summaryrefslogtreecommitdiff
path: root/doc/bugs/annex.gnupg-options_not_used_by_assistant.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-10 13:03:56 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-10 13:03:56 -0400
commitae8a630b3cfac9ed3ea8c3137619e13ee021071e (patch)
tree4c28656ee3a81c09b99cfee48844069a7958908b /doc/bugs/annex.gnupg-options_not_used_by_assistant.mdwn
parentce8dcc753490e2a51cf86005944a5255520059cf (diff)
Added annex.gnupg-decrypt-options and remote.<name>.annex-gnupg-decrypt-options, which are passed to gpg when it's decrypting data.
The naming is unofrtunately not consistent, but the gnupg-options were only used for encrypting, and it's too late to change that. It would be nice to have a third setting that is always passed to gnupg, but ~/.gnupg/options can be used to specify such global options when really needed.
Diffstat (limited to 'doc/bugs/annex.gnupg-options_not_used_by_assistant.mdwn')
-rw-r--r--doc/bugs/annex.gnupg-options_not_used_by_assistant.mdwn1
1 files changed, 1 insertions, 0 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 3141ca06a..9ad3f533e 100644
--- a/doc/bugs/annex.gnupg-options_not_used_by_assistant.mdwn
+++ b/doc/bugs/annex.gnupg-options_not_used_by_assistant.mdwn
@@ -78,3 +78,4 @@ 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]]