summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-22 16:56:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-22 16:56:46 -0700
commitd0c26fe98be7291c70b8745990849b3cfa7e433b (patch)
tree6f7dab60a9fe42a0d45162bf7fc6ca949fa0e7e9 /.gitconfig
parent5360e42c5a99bad9fcdfe0a255c05e3e343d90de (diff)
downloaddotfiles-d0c26fe98be7291c70b8745990849b3cfa7e433b.tar.gz
update gcrypt defaults
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index 3ffefcd2..78c0e84f 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -121,9 +121,12 @@
# ---- git-remote-gcrypt ----
+# these defaults turn off anonymous recipients and thus should avoid
+# unnecessary key usage prompts
[gcrypt]
publish-participants = true
- participants = 0x0F56D0553B6D411B
+ participants = 0F56D0553B6D411B
+ signingkey = 0F56D0553B6D411B
# ---- git-archive ----