From 826b641228db95a20d043a7d286d3526973aed71 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 9 Apr 2023 07:50:41 +0300 Subject: [PATCH] gitconfig: don't merge.verifySignatures It also affects git pulls and everything with repositories I don't care that much about --- .mikaela/gitconfig | 1 - conf/gitconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/.mikaela/gitconfig b/.mikaela/gitconfig index bb3c8dd3..fe8e9b07 100644 --- a/.mikaela/gitconfig +++ b/.mikaela/gitconfig @@ -45,7 +45,6 @@ helper = cache --timeout=86400 [merge] ff = only - verifySignatures = true renormalize = true [format] signOff = true diff --git a/conf/gitconfig b/conf/gitconfig index dbf00c98..0533f711 100644 --- a/conf/gitconfig +++ b/conf/gitconfig @@ -45,7 +45,6 @@ helper = cache --timeout=86400 [merge] ff = only - verifySignatures = true renormalize = true [format] signOff = true