mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-06 11:02:41 +03:00
create backups of patch files in case something goes wrong
This commit is contained in:
@@ -184,7 +184,6 @@ func (p *PatchManager) ApplyPatches(reverse bool) error {
|
||||
if patch == "" {
|
||||
continue
|
||||
}
|
||||
p.Log.Warn(patch)
|
||||
if err := p.ApplyPatch(patch, reverseOnApply, false, "--index --3way"); err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user