From 103a3a0e7d19a8ce75304b37fa0588e7d411c77a Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Fri, 10 Nov 2023 00:39:41 +0300 Subject: [PATCH] Disable GPG signing on git commit Fixes: https://github.com/bouncepaw/mycorrhiza/issues/207 --- history/operations.go | 1 + 1 file changed, 1 insertion(+) diff --git a/history/operations.go b/history/operations.go index 1081017..66aa21f 100644 --- a/history/operations.go +++ b/history/operations.go @@ -118,6 +118,7 @@ func (hop *Op) Apply() *Op { "commit", "--author='"+hop.name+" <"+hop.email+">'", "--message="+hop.userMsg, + "--no-gpg-sign", ) gitMutex.Unlock() return hop