diff options
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 236912df6..955f67629 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -1189,15 +1189,22 @@ Here are all the supported configuration settings. * `remote.<name>.annex-gnupg-options` - Options to pass to GnuPG for symmetric encryption. For instance, to + Options to pass to GnuPG when it's encrypting data. For instance, to use the AES cipher with a 256 bits key and disable compression, set it to `--cipher-algo AES256 --compress-algo none`. (These options take precedence over the default GnuPG configuration, which is otherwise used.) +* `remote.<name>.annex-gnupg-decrypt-options` + + Options to pass to GnuPG when it's decrypting data. (These options take + precedence over the default GnuPG configuration, which is otherwise + used.) + * `annex.ssh-options`, `annex.rsync-options`, `annex.rsync-upload-options`, `annex.rsync-download-options`, - `annex.bup-split-options`, `annex.gnupg-options` + `annex.bup-split-options`, `annex.gnupg-options`, + `annex.gnupg-decrypt-options` Default options to use if a remote does not have more specific options as described above. |