summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/git.go')
-rw-r--r--pkg/commands/git.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/commands/git.go b/pkg/commands/git.go
index 2f38757f7..d7915328c 100644
--- a/pkg/commands/git.go
+++ b/pkg/commands/git.go
@@ -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,