mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 12:55:47 +02:00
remove repo field
This commit is contained in:
parent
946a35b59d
commit
3f44eac95b
3 changed files with 17 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue