mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
stream output from certain git commands in command log panel
This commit is contained in:
@ -22,9 +22,9 @@ func (gui *Gui) handleCommitConfirm() error {
|
||||
|
||||
cmdStr := gui.GitCommand.CommitCmdStr(message, flags)
|
||||
gui.OnRunCommand(oscommands.NewCmdLogEntry(cmdStr, gui.Tr.Spans.Commit, true))
|
||||
_ = gui.returnFromContext()
|
||||
return gui.withGpgHandling(cmdStr, gui.Tr.CommittingStatus, func() error {
|
||||
gui.Views.CommitMessage.ClearTextArea()
|
||||
_ = gui.returnFromContext()
|
||||
return nil
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user