From 383d0bb4fff74492ff793c42d969722bba2ca432 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Wed, 25 Jun 2025 08:36:40 +0200 Subject: add tag.gpgSign for the sake of display, currently all options are still set to false --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) 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] -- cgit v1.2.3