mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
move merge conflicts code into controller
This commit is contained in:
parent
445a625b56
commit
7410acd1aa
39 changed files with 682 additions and 652 deletions
|
@ -7,7 +7,8 @@ import (
|
|||
"bytes"
|
||||
"io"
|
||||
"os/exec"
|
||||
"sync"
|
||||
|
||||
"github.com/sasha-s/go-deadlock"
|
||||
)
|
||||
|
||||
type Buffer struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue