Home
last modified time | relevance | path

Searched refs:handleApplyPatch (Results 1 – 1 of 1) sorted by relevance

/dports/devel/lazygit/lazygit-0.31.4/pkg/gui/
H A Dpatch_options_panel.go21 onPress: func() error { return gui.handleApplyPatch(false) },
25 onPress: func() error { return gui.handleApplyPatch(true) },
168 func (gui *Gui) handleApplyPatch(reverse bool) error { func