diff options
author | Matt Turner <mattst88@gmail.com> | 2022-09-16 12:01:01 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2022-09-16 12:01:01 -0400 |
commit | c0874500d1678af032a40a203046d144b4889e3d (patch) | |
tree | f81005e58c73eaed6a777559dee96d007c9170e8 /projects/gentoo/.gitconfig | |
parent | 02371727a76f00feeb87297e3d102e0de853f97f (diff) |
.gitconfig: Sign GPG pushes only if asked
Diffstat (limited to 'projects/gentoo/.gitconfig')
-rw-r--r-- | projects/gentoo/.gitconfig | 2 |
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 |