From d03502e1749fc002dbf9de3ef83c864ac1f296e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 6 Apr 2024 22:12:11 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(git):=20disable=20c?= =?UTF-8?q?ommit=20signing=20by=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index cd1d60bd..e3e25cf7 100644 --- a/.config/git/config +++ b/.config/git/config @@ -46,7 +46,7 @@ rebase = false [commit] - gpgsign = true + gpgsign = false [gpg] program = /sbin/gpg