mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 21:05:48 +02:00
shorten name
This commit is contained in:
parent
c9a0cc6b30
commit
364c5db19c
37 changed files with 207 additions and 207 deletions
|
@ -15,7 +15,7 @@ func (gui *Gui) handleCommitConfirm() error {
|
|||
return gui.createErrorPanel(gui.Tr.CommitWithoutMessageErr)
|
||||
}
|
||||
|
||||
cmdObj := gui.GitCommand.Commit.CommitCmdObj(message)
|
||||
cmdObj := gui.Git.Commit.CommitCmdObj(message)
|
||||
gui.logAction(gui.Tr.Actions.Commit)
|
||||
|
||||
_ = gui.returnFromContext()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue