mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
remove repo field
This commit is contained in:
@ -22,8 +22,6 @@ import (
|
||||
type GitCommand struct {
|
||||
*common.Common
|
||||
|
||||
Repo *gogit.Repository
|
||||
|
||||
Loaders Loaders
|
||||
|
||||
Cmd oscommands.ICmdObjBuilder
|
||||
@ -123,8 +121,6 @@ func NewGitCommandAux(
|
||||
return &GitCommand{
|
||||
Common: cmn,
|
||||
|
||||
Repo: repo,
|
||||
|
||||
Cmd: cmd,
|
||||
|
||||
Submodule: submoduleCommands,
|
||||
|
Reference in New Issue
Block a user