mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-22 04:42:37 +03: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