summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2022-09-16 12:01:01 -0400
committerMatt Turner <mattst88@gmail.com>2022-09-16 12:01:01 -0400
commitc0874500d1678af032a40a203046d144b4889e3d (patch)
treef81005e58c73eaed6a777559dee96d007c9170e8
parent02371727a76f00feeb87297e3d102e0de853f97f (diff)
.gitconfig: Sign GPG pushes only if asked
-rw-r--r--projects/gentoo/.gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/gentoo/.gitconfig b/projects/gentoo/.gitconfig
index 01f48a1..5d3a084 100644
--- a/projects/gentoo/.gitconfig
+++ b/projects/gentoo/.gitconfig
@@ -5,6 +5,6 @@
rebase = merges
[push]
default = simple
- gpgsign = 1
+ gpgsign = if-asked
[commit]
gpgsign = 1