1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

remove field

This commit is contained in:
Jesse Duffield
2022-01-07 19:02:08 +11:00
parent 3f44eac95b
commit d9089098c3

View File

@ -20,8 +20,6 @@ import (
// GitCommand is our main git interface // GitCommand is our main git interface
type GitCommand struct { type GitCommand struct {
*common.Common
Loaders Loaders Loaders Loaders
Cmd oscommands.ICmdObjBuilder Cmd oscommands.ICmdObjBuilder
@ -119,8 +117,6 @@ func NewGitCommandAux(
patchCommands := NewPatchCommands(cmn, cmd, rebaseCommands, commitCommands, configCommands, statusCommands, patchManager) patchCommands := NewPatchCommands(cmn, cmd, rebaseCommands, commitCommands, configCommands, statusCommands, patchManager)
return &GitCommand{ return &GitCommand{
Common: cmn,
Cmd: cmd, Cmd: cmd,
Submodule: submoduleCommands, Submodule: submoduleCommands,