mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Allow passing refresh scope to WithGpgHandling
This commit is contained in:
@ -116,7 +116,7 @@ func (self *WorkingTreeHelper) handleCommit(summary string, description string,
|
||||
func() error {
|
||||
self.commitsHelper.OnCommitSuccess()
|
||||
return nil
|
||||
})
|
||||
}, nil)
|
||||
}
|
||||
|
||||
func (self *WorkingTreeHelper) switchFromCommitMessagePanelToEditor(filepath string, forceSkipHooks bool) error {
|
||||
|
Reference in New Issue
Block a user