git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2025-06-25 08:36:40 +0200
committermail_redacted_for_web 2025-06-25 08:36:40 +0200
commit383d0bb4fff74492ff793c42d969722bba2ca432 (patch)
tree0c2b08bbfa5665a2f27f11e93f4b78ef44950fef
parentce1ffd1b78995851b3f282fb541b04d0fa08390c (diff)
downloaddotfiles-383d0bb4fff74492ff793c42d969722bba2ca432.tar.bz2
add tag.gpgSign for the sake of display, currently all options are still set to false
-rw-r--r--.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 81a2cc6..9a9bb51 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -88,6 +88,8 @@
fontdiff = -family Hack -size 11 -weight normal -slant roman -underline 0 -overstrike 0
[commit]
gpgsign = false
+[tag]
+ gpgsign = false
#[gpg]
# program = /usr/bin/gpg2
[http]