diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-09-25 21:46:31 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-09-25 21:46:31 +0200 |
commit | 1911fc9b8d1c47caba9ce081a4f3d7e51be8000e (patch) | |
tree | daa2e6ee411191c37baa048b5d8cab7d289bfd13 /gnupg | |
parent | a59141828011598d0d4dadf1560b4290138aa0ed (diff) | |
download | dotfiles-1911fc9b8d1c47caba9ce081a4f3d7e51be8000e.tar.xz |
gnupg/gpg.conf: Don't include the version in output
Don't really know why I added this.... but why not.
Diffstat (limited to 'gnupg')
-rw-r--r-- | gnupg/gpg.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf index b7c1e33..3c17a8e 100644 --- a/gnupg/gpg.conf +++ b/gnupg/gpg.conf @@ -42,3 +42,6 @@ list-options show-uid-validity # when making an OpenPGP certification, use a stronger digest than the default SHA1: cert-digest-algo SHA512 + +# don't include the gpg version in the ASCII armored output +no-emit-version |