1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-12-01 22:52:01 +02:00

add keybinding to create new branch off of commit

retain focus in commits panel

surface prompt errors

better description
This commit is contained in:
Jesse Duffield
2020-08-16 22:01:14 +10:00
parent be658e7d64
commit db826b3c87
9 changed files with 47 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ func (gui *Gui) wrappedPromptConfirmationFunction(function func(string) error, r
if function != nil {
if err := function(v.Buffer()); err != nil {
return err
return gui.surfaceError(err)
}
}