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:
parent
5d8eaef6d7
commit
103a3a0e7d
@ -118,6 +118,7 @@ func (hop *Op) Apply() *Op {
|
|||||||
"commit",
|
"commit",
|
||||||
"--author='"+hop.name+" <"+hop.email+">'",
|
"--author='"+hop.name+" <"+hop.email+">'",
|
||||||
"--message="+hop.userMsg,
|
"--message="+hop.userMsg,
|
||||||
|
"--no-gpg-sign",
|
||||||
)
|
)
|
||||||
gitMutex.Unlock()
|
gitMutex.Unlock()
|
||||||
return hop
|
return hop
|
||||||
|
Loading…
Reference in New Issue
Block a user