diff options
author | mail_redacted_for_web | 2025-06-25 08:36:40 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2025-06-25 08:36:40 +0200 |
commit | 383d0bb4fff74492ff793c42d969722bba2ca432 (patch) | |
tree | 0c2b08bbfa5665a2f27f11e93f4b78ef44950fef /.gitconfig | |
parent | ce1ffd1b78995851b3f282fb541b04d0fa08390c (diff) | |
download | dotfiles-383d0bb4fff74492ff793c42d969722bba2ca432.tar.bz2 |
add tag.gpgSign for the sake of display, currently all options are still set to false
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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] |