mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
remove field
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user