1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 13:30:26 +00:00

Disable GPG signing on git commit

Fixes: https://github.com/bouncepaw/mycorrhiza/issues/207
This commit is contained in:
Timur Ismagilov 2023-11-10 00:39:41 +03:00
parent 5d8eaef6d7
commit 103a3a0e7d

View File

@ -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