mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-29 23:17:32 +02:00
Merge pull request #2 from jesseduffield/master
Updated to latest master
This commit is contained in:
commit
8e22d569a0
@ -70,7 +70,7 @@ func NewGui(log *logrus.Logger, gitCommand *commands.GitCommand, oSCommand *comm
|
|||||||
Conflicts: make([]commands.Conflict, 0),
|
Conflicts: make([]commands.Conflict, 0),
|
||||||
EditHistory: stack.New(),
|
EditHistory: stack.New(),
|
||||||
Platform: *oSCommand.Platform,
|
Platform: *oSCommand.Platform,
|
||||||
Version: "test version", // TODO: send version in
|
Version: version,
|
||||||
}
|
}
|
||||||
|
|
||||||
return &Gui{
|
return &Gui{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user