mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-09 09:22:48 +03:00
Allow passing refresh scope to WithGpgHandling
This commit is contained in:
@@ -414,7 +414,7 @@ func (self *LocalCommitsController) handleReword(summary string, description str
|
||||
// we've selected the top commit so no rebase is required
|
||||
return self.c.Helpers().GPG.WithGpgHandling(self.c.Git().Commit.RewordLastCommit(summary, description),
|
||||
git_commands.CommitGpgSign,
|
||||
self.c.Tr.RewordingStatus, nil)
|
||||
self.c.Tr.RewordingStatus, nil, nil)
|
||||
}
|
||||
|
||||
return self.c.WithWaitingStatus(self.c.Tr.RewordingStatus, func(gocui.Task) error {
|
||||
|
Reference in New Issue
Block a user