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