summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-01-07 19:02:08 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-01-09 14:09:53 +1100
commitd9089098c3adaa007c1a56468c9da31931877712 (patch)
treecd036fad406d64001d50b0053678352983b15ee3 /pkg
parent3f44eac95b3835bdd00b84aafca9ae0bc80ad7dd (diff)
remove field
Diffstat (limited to 'pkg')
-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 d7915328c..f9dd0c8a4 100644
--- a/pkg/commands/git.go
+++ b/pkg/commands/git.go
@@ -20,8 +20,6 @@ import (
// GitCommand is our main git interface
type GitCommand struct {
- *common.Common
-
Loaders Loaders
Cmd oscommands.ICmdObjBuilder
@@ -119,8 +117,6 @@ func NewGitCommandAux(
patchCommands := NewPatchCommands(cmn, cmd, rebaseCommands, commitCommands, configCommands, statusCommands, patchManager)
return &GitCommand{
- Common: cmn,
-
Cmd: cmd,
Submodule: submoduleCommands,