mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-14 11:02:27 +03:00
start breaking up git struct
This commit is contained in:
@ -24,7 +24,7 @@ func (gui *Gui) handleCommitConfirm() error {
|
||||
flags = append(flags, "--signoff")
|
||||
}
|
||||
|
||||
cmdObj := gui.GitCommand.CommitCmdObj(message, strings.Join(flags, " "))
|
||||
cmdObj := gui.GitCommand.Commit.CommitCmdObj(message, strings.Join(flags, " "))
|
||||
gui.logAction(gui.Tr.Actions.Commit)
|
||||
|
||||
_ = gui.returnFromContext()
|
||||
|
Reference in New Issue
Block a user