mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
start breaking up git struct
This commit is contained in:
@ -15,7 +15,7 @@ import (
|
||||
func (gui *Gui) withGpgHandling(cmdObj oscommands.ICmdObj, waitingStatus string, onSuccess func() error) error {
|
||||
gui.logCommand(cmdObj.ToString(), true)
|
||||
|
||||
useSubprocess := gui.GitCommand.UsingGpg()
|
||||
useSubprocess := gui.GitCommand.Config.UsingGpg()
|
||||
if useSubprocess {
|
||||
success, err := gui.runSubprocessWithSuspense(gui.OSCommand.Cmd.NewShell(cmdObj.ToString()))
|
||||
if success && onSuccess != nil {
|
||||
|
Reference in New Issue
Block a user